mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 10:18:49 +00:00
Spelling, from Josh Soref.
This commit is contained in:
parent
fa68d0a16e
commit
c84ed36719
6
CHANGES
6
CHANGES
@ -217,8 +217,8 @@ Normal Changes
|
|||||||
* A new environment variable TMUX_TMPDIR is now honoured, allowing the
|
* A new environment variable TMUX_TMPDIR is now honoured, allowing the
|
||||||
socket directory to be set outside of TMPDIR (/tmp/ if not set).
|
socket directory to be set outside of TMPDIR (/tmp/ if not set).
|
||||||
* If -s not given to swap-pane the current pane is assumed.
|
* If -s not given to swap-pane the current pane is assumed.
|
||||||
* A #{pane_syncronized} format specifier has been added to be a conditional
|
* A #{pane_synchronized} format specifier has been added to be a conditional
|
||||||
format if a pane is in a syncronised mode (c.f. syncronize-panes)
|
format if a pane is in a synchronised mode (c.f. synchronize-panes)
|
||||||
* Tmux now runs under Cygwin natively.
|
* Tmux now runs under Cygwin natively.
|
||||||
* Formats can now be nested within each other and expanded accordingly.
|
* Formats can now be nested within each other and expanded accordingly.
|
||||||
* Added 'automatic-rename-format' option to allow the automatic rename
|
* Added 'automatic-rename-format' option to allow the automatic rename
|
||||||
@ -1018,7 +1018,7 @@ The list of older changes is below.
|
|||||||
* -u flag to scroll-mode and copy-mode to start scrolled one page
|
* -u flag to scroll-mode and copy-mode to start scrolled one page
|
||||||
up. scroll-mode -u is bound to prefix,page-up (ppage) by default.
|
up. scroll-mode -u is bound to prefix,page-up (ppage) by default.
|
||||||
* Allow status, mode and message attributes to be changed by three new options:
|
* Allow status, mode and message attributes to be changed by three new options:
|
||||||
status-attr, mode-attr, message-attr. A comma-separataed list is accepted
|
status-attr, mode-attr, message-attr. A comma-separated list is accepted
|
||||||
containing: bright, dim, underscore, blink, reverse, hidden, italics, for
|
containing: bright, dim, underscore, blink, reverse, hidden, italics, for
|
||||||
example:
|
example:
|
||||||
|
|
||||||
|
2
SYNCING
2
SYNCING
@ -115,7 +115,7 @@ From there, merge the result in, fixing up any conflicts which might arise.
|
|||||||
|
|
||||||
% git merge obsd-master
|
% git merge obsd-master
|
||||||
|
|
||||||
Then ensure things look correct by BULDING the result of that sync:
|
Then ensure things look correct by BUILDING the result of that sync:
|
||||||
|
|
||||||
% make clean && ./autogen.sh && ./configure && make
|
% make clean && ./autogen.sh && ./configure && make
|
||||||
|
|
||||||
|
2
TODO
2
TODO
@ -71,7 +71,7 @@
|
|||||||
table() cb to give the table name ("vi" or "emacs"). anything in the
|
table() cb to give the table name ("vi" or "emacs"). anything in the
|
||||||
table fires the command, anything not in the table is injected as a
|
table fires the command, anything not in the table is injected as a
|
||||||
key
|
key
|
||||||
* searching in copy mode should unwrap lines, so if you seach for "foobar"
|
* searching in copy mode should unwrap lines, so if you search for "foobar"
|
||||||
then it should be found even if it is now "foo\nbar" (if the WRAP flag
|
then it should be found even if it is now "foo\nbar" (if the WRAP flag
|
||||||
is set on the line)
|
is set on the line)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user