mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Tweak.
This commit is contained in:
parent
758efb3947
commit
26792fc3a8
6
CHANGES
6
CHANGES
@ -71,9 +71,7 @@
|
|||||||
Note that elinks requires the STY environment variable (used by screen) to be
|
Note that elinks requires the STY environment variable (used by screen) to be
|
||||||
set before it will set the window title. So, if you want window titles set by
|
set before it will set the window title. So, if you want window titles set by
|
||||||
elinks, set STY before running it (any value will do). I can't do this for all
|
elinks, set STY before running it (any value will do). I can't do this for all
|
||||||
windows since setting it to an invalid value breaks screen. Why they couldn't
|
windows since setting it to an invalid value breaks screen.
|
||||||
just look for TERM=screen (or send it regardless if the user turned it on) is
|
|
||||||
beyond me.
|
|
||||||
* Show arrows at either end of status line when scrolled if more windows
|
* Show arrows at either end of status line when scrolled if more windows
|
||||||
exist. Highlight the arrow if a hidden window has activity or bell.
|
exist. Highlight the arrow if a hidden window has activity or bell.
|
||||||
* Scroll the status line to show the current window if necessary. Also handle
|
* Scroll the status line to show the current window if necessary. Also handle
|
||||||
@ -568,4 +566,4 @@
|
|||||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||||
customisation.
|
customisation.
|
||||||
|
|
||||||
$Id: CHANGES,v 1.140 2008-06-25 07:30:08 nicm Exp $
|
$Id: CHANGES,v 1.141 2008-06-25 19:12:30 nicm Exp $
|
||||||
|
9
NOTES
9
NOTES
@ -54,8 +54,11 @@ tmux does not: use xterm-color or rxvt for colour.
|
|||||||
|
|
||||||
There are the following known issues:
|
There are the following known issues:
|
||||||
|
|
||||||
- cons25 on the FreeBSD console lies about its support for scroll regions,
|
- cons25 on the FreeBSD console doesn't support scroll region (cs) (or lies about
|
||||||
reports are that using TERM=screen pretty much works okay.
|
support, I'm not totally clear which). This is a pity but emulating cs is non-
|
||||||
|
trivial and as most modern vt220-based software terminals support it currently
|
||||||
|
I have better things to work one. Diffs or ideas how to cleanly emulate cs
|
||||||
|
are welcome.
|
||||||
- Darwin/OS X's poll(2) is broken and doesn't support polling pty(4)s; as tmux
|
- Darwin/OS X's poll(2) is broken and doesn't support polling pty(4)s; as tmux
|
||||||
makes heavy use of this and there are no suitable alternatives on the
|
makes heavy use of this and there are no suitable alternatives on the
|
||||||
platform, Darwin and OS X are unfortunately not supported for the present.
|
platform, Darwin and OS X are unfortunately not supported for the present.
|
||||||
@ -70,4 +73,4 @@ welcome. Please email:
|
|||||||
|
|
||||||
-- Nicholas Marriott <nicm@users.sf.net>
|
-- Nicholas Marriott <nicm@users.sf.net>
|
||||||
|
|
||||||
$Id: NOTES,v 1.34 2008-06-21 14:11:39 nicm Exp $
|
$Id: NOTES,v 1.35 2008-06-25 19:12:30 nicm Exp $
|
||||||
|
22
TODO
22
TODO
@ -48,6 +48,18 @@
|
|||||||
- get rid of DEFDATA etc
|
- get rid of DEFDATA etc
|
||||||
|
|
||||||
-- For 0.4 --------------------------------------------------------------------
|
-- For 0.4 --------------------------------------------------------------------
|
||||||
|
|
||||||
|
- document list-commands. document switch-client
|
||||||
|
- document buffer stuff
|
||||||
|
- document next/prev word
|
||||||
|
- commands:
|
||||||
|
save-buffer -b number filename
|
||||||
|
load-buffer -b number filename
|
||||||
|
copy-buffer -s src-session -t dst-session -a src-index -b dst-index
|
||||||
|
(from other session)
|
||||||
|
|
||||||
|
-- For 0.5 --------------------------------------------------------------------
|
||||||
|
|
||||||
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
|
- clear EOL etc CANNOT rely on term using the current colour/attr and probably
|
||||||
should not emulate it doing so
|
should not emulate it doing so
|
||||||
- activity/bell should be per-window not per-link? what if it is cur win in
|
- activity/bell should be per-window not per-link? what if it is cur win in
|
||||||
@ -55,17 +67,7 @@
|
|||||||
- tidy up window modes
|
- tidy up window modes
|
||||||
- support \033_string\033\\ for window title too
|
- support \033_string\033\\ for window title too
|
||||||
- list-keys should be sorted
|
- list-keys should be sorted
|
||||||
- copy-mode enhancements: next word etc etc
|
|
||||||
- problems with force-width when wrapping line in emacs?
|
- problems with force-width when wrapping line in emacs?
|
||||||
- command history for command-prompt. better tab completion (use options too)
|
- command history for command-prompt. better tab completion (use options too)
|
||||||
- window options should be done similarly to standard options
|
- window options should be done similarly to standard options
|
||||||
- next prev word etc in command prompt
|
- next prev word etc in command prompt
|
||||||
---
|
|
||||||
- document list-commands. document switch-client
|
|
||||||
- document buffer stuff
|
|
||||||
- document next/prev word
|
|
||||||
---
|
|
||||||
save-buffer -b number filename
|
|
||||||
load-buffer -b number filename
|
|
||||||
copy-buffer -s src-session -t dst-session -a src-index -b dst-index
|
|
||||||
(from other session)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user