Nicholas Marriott
|
112f4d9f60
|
Don't stop until after everything else done.
|
2007-11-24 18:09:59 +00:00 |
|
Nicholas Marriott
|
b2d78b67d8
|
Use screen_draw_* to write message, avoids leaving attribute changes around.
|
2007-11-24 17:58:45 +00:00 |
|
Nicholas Marriott
|
18d72e6928
|
Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around.
|
2007-11-22 18:09:43 +00:00 |
|
Nicholas Marriott
|
df7be0ddab
|
Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode.
|
2007-11-22 09:11:20 +00:00 |
|
Nicholas Marriott
|
ce90f1bddb
|
The CLIENT_HOLD hack can go bye-bye.
|
2007-11-21 20:04:37 +00:00 |
|
Nicholas Marriott
|
d0984b890b
|
Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit.
|
2007-11-21 19:53:57 +00:00 |
|
Nicholas Marriott
|
9a6e47cfa8
|
Initial history support.
|
2007-11-21 13:11:41 +00:00 |
|
Nicholas Marriott
|
ceab127fac
|
Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback.
|
2007-11-20 21:42:29 +00:00 |
|
Nicholas Marriott
|
c0572ea992
|
Fix a format string bug and sprinkle some printflikes.
|
2007-11-20 18:11:37 +00:00 |
|
Nicholas Marriott
|
941eab33e9
|
%u -> %d for indexes. Some lint fixes.
|
2007-10-30 10:59:43 +00:00 |
|
Nicholas Marriott
|
4ba3cf60be
|
Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array.
|
2007-10-26 12:29:07 +00:00 |
|
Nicholas Marriott
|
688a487570
|
Lift last MAXNAMELEN limit on -s argument.
|
2007-10-23 10:48:23 +00:00 |
|
Nicholas Marriott
|
de24fbb35c
|
Add a bell-action option.
|
2007-10-19 10:21:36 +00:00 |
|
Nicholas Marriott
|
ad4a7423c0
|
Mark windows in yellow on status line when bell.
|
2007-10-12 11:24:15 +00:00 |
|
Nicholas Marriott
|
f2b18ac417
|
Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear.
|
2007-10-04 19:22:26 +00:00 |
|
Nicholas Marriott
|
1f9a8e70d9
|
Incomplete resize support.
|
2007-10-04 19:03:52 +00:00 |
|
Nicholas Marriott
|
19c1e1a800
|
Rename window.
|
2007-10-04 10:39:07 +00:00 |
|
Nicholas Marriott
|
815815989a
|
Next/last/previous window, some other tweaks.
|
2007-10-04 00:02:10 +00:00 |
|
Nicholas Marriott
|
7ba01f6843
|
New window command.
|
2007-10-03 23:32:26 +00:00 |
|
Nicholas Marriott
|
df716ecc8f
|
Rewrite command handling to be more generic. Not finished!
|
2007-10-03 21:31:07 +00:00 |
|
Nicholas Marriott
|
fe06744d66
|
String/number arguments..
|
2007-10-03 12:34:16 +00:00 |
|
Nicholas Marriott
|
9bb907f2a7
|
Move command handling into the server and tidy up some bits.
|
2007-10-03 10:18:32 +00:00 |
|
Nicholas Marriott
|
a6d3594d39
|
Redraw client status lines on rename.
|
2007-10-02 17:45:05 +00:00 |
|
Nicholas Marriott
|
bfccbc67d1
|
Simple status line.
|
2007-10-01 14:53:29 +00:00 |
|
Nicholas Marriott
|
872696f781
|
Pass attributes around as flags rather than as a list of escape codes.
|
2007-10-01 14:18:42 +00:00 |
|
Nicholas Marriott
|
653ee721df
|
Write error messages for rename. Also tweak some error outputs, and fix -i.
|
2007-09-29 13:22:15 +00:00 |
|
Nicholas Marriott
|
2ec60c9d66
|
Pass bell through from any window.
|
2007-09-29 09:53:25 +00:00 |
|
Nicholas Marriott
|
4d6cfe5f22
|
Terminate buffers properly.
|
2007-09-28 21:08:30 +00:00 |
|
Nicholas Marriott
|
58affec94c
|
Split list into ls/lsw.
|
2007-09-27 10:09:37 +00:00 |
|
Nicholas Marriott
|
22990a6595
|
New session selection rules:
- find by name if given
- otherwise try current index from $TMUX
- otherwise if only one session, use it
- otherwise error
|
2007-09-27 09:52:03 +00:00 |
|
Nicholas Marriott
|
3fa8f16364
|
Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types.
|
2007-09-27 09:15:58 +00:00 |
|
Nicholas Marriott
|
302a35da85
|
Server function naming, still not happy with server stuff though.
|
2007-09-26 18:09:23 +00:00 |
|
Nicholas Marriott
|
671694ac30
|
Cleanup part 1: split up server.c.
|
2007-09-26 10:35:24 +00:00 |
|