summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2009-08-14Reset attributes as well as scroll region before poll(2) and add a big commentNicholas Marriott
2009-08-11Initialise log_fd to -1, prevents spurious disconnection of the client when itNicholas Marriott
2009-08-11Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-10Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott
2009-08-07If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott
2009-07-28Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott
2009-07-24Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott
2009-07-21Make some functions which return unused values void (mostly found by lint) andNicholas Marriott
2009-07-20Display the number of failed password attempts (if any) when the server isNicholas Marriott
2009-07-19Improved layout code.Nicholas Marriott
2009-07-18Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott
2009-07-14Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-12Creating a key binding which replaces itself (such as "bind x bind x lsw")Nicholas Marriott
2009-07-12If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-06-26After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott
2009-06-25Remove some dead assignments, found by sthen with clang.Nicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott