aboutsummaryrefslogtreecommitdiff
path: root/server-fn.c
Commit message (Collapse)AuthorAge
...
* Partial copy mode. Currently does the same as scroll mode but using a ↵Nicholas Marriott2007-11-22
| | | | cursor. Also fix bug where resizing would leave crap lying around.
* Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵Nicholas Marriott2007-11-22
| | | | copy mode.
* The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott2007-11-21
|
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵Nicholas Marriott2007-11-21
| | | | on more exit.
* Initial history support.Nicholas Marriott2007-11-21
|
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵Nicholas Marriott2007-11-20
| | | | 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.
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
|
* %u -> %d for indexes. Some lint fixes.Nicholas Marriott2007-10-30
|
* Reorg window data structures. Add an intermediate data type (struct winlink) ↵Nicholas Marriott2007-10-26
| | | | to hold index and make sessions hold a RB tree of them rather than a fixed array.
* Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott2007-10-23
|
* Add a bell-action option.Nicholas Marriott2007-10-19
|
* Mark windows in yellow on status line when bell.Nicholas Marriott2007-10-12
|
* Don't resize if sx AND sy haven't changed. Also tweak some logging, and ↵Nicholas Marriott2007-10-04
| | | | reset attrs after clear.
* Incomplete resize support.Nicholas Marriott2007-10-04
|
* Rename window.Nicholas Marriott2007-10-04
|
* Next/last/previous window, some other tweaks.Nicholas Marriott2007-10-04
|
* New window command.Nicholas Marriott2007-10-03
|
* Rewrite command handling to be more generic. Not finished!Nicholas Marriott2007-10-03
|
* String/number arguments..Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
|
* Redraw client status lines on rename.Nicholas Marriott2007-10-02
|
* Simple status line.Nicholas Marriott2007-10-01
|
* Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott2007-10-01
|
* Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott2007-09-29
|
* Pass bell through from any window.Nicholas Marriott2007-09-29
|
* Terminate buffers properly.Nicholas Marriott2007-09-28
|
* Split list into ls/lsw.Nicholas Marriott2007-09-27
|
* New session selection rules:Nicholas Marriott2007-09-27
| | | | | | | | - find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
* Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott2007-09-27
| | | | list on release. Also fix some argument types.
* Server function naming, still not happy with server stuff though.Nicholas Marriott2007-09-26
|
* Cleanup part 1: split up server.c.Nicholas Marriott2007-09-26