aboutsummaryrefslogtreecommitdiff
path: root/server-msg.c
Commit message (Collapse)AuthorAge
* Minor tidying; remove some old debugging messages.Nicholas Marriott2009-01-07
|
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
|
* Trim.Nicholas Marriott2008-09-26
|
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
|
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Protocol versioning, version is checked on identify message.Nicholas Marriott2008-07-01
|
* Lose unnecessary flags on context.Nicholas Marriott2008-06-21
|
* Trimify.Nicholas Marriott2008-06-18
|
* Informational messages on window option changes.Nicholas Marriott2008-06-16
|
* Clear msgdata where it is unavailable.Nicholas Marriott2008-06-02
|
* Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott2008-06-02
| | | | command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
* Sync with Makefile.Nicholas Marriott2007-12-13
|
* Don't free twice when exiting.Nicholas Marriott2007-12-12
|
* Only close the tty during exit process and leave freeing it to when the ↵Nicholas Marriott2007-12-06
| | | | socket is lost.
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Always redraw requesting client on resize.Nicholas Marriott2007-11-24
|
* Check for NULL clients.Nicholas Marriott2007-11-21
|
* The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott2007-11-21
|
* Initial history support.Nicholas Marriott2007-11-21
|
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
|
* switch-client command.Nicholas Marriott2007-11-16
|
* Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott2007-11-16
| | | | than session.
* 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
|
* List client command.Nicholas Marriott2007-10-23
|
* Tweak message.Nicholas Marriott2007-10-12
|
* Warn and bork on nested sessions ($TMUX exists).Nicholas Marriott2007-10-12
|
* Lose command index enum in favour of runtime-calculated index.Nicholas Marriott2007-10-04
|
* Incomplete resize support.Nicholas Marriott2007-10-04
|
* Window attachment, malloc debugging, fix a segfault with no sessions.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
|
* Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott2007-10-03
|
* String/number arguments..Nicholas Marriott2007-10-03
|
* Key binding, unbinding.Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
|
* Sprinkle some const.Nicholas Marriott2007-10-03
|
* Redraw client status lines on rename.Nicholas Marriott2007-10-02
|
* Simple status line.Nicholas Marriott2007-10-01
|
* Window info command.Nicholas Marriott2007-09-30
|
* Show the right windows in the list.Nicholas Marriott2007-09-29
|
* tmux new-session -d.Nicholas Marriott2007-09-29
|
* Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott2007-09-29
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Added window renaming support (tmux rename)Maximilian Gass2007-09-28
|
* Terminate buffers properly.Nicholas Marriott2007-09-28
|
* 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