index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Commit message (
Expand
)
Author
Age
*
Next step towards customisable mode keys: build each default table of keys into
Nicholas Marriott
2009-07-28
*
Permit commands to be bound to key presses without the prefix key first. The
Nicholas Marriott
2009-07-24
*
Make some functions which return unused values void (mostly found by lint) and
Nicholas Marriott
2009-07-21
*
Display the number of failed password attempts (if any) when the server is
Nicholas Marriott
2009-07-20
*
Improved layout code.
Nicholas Marriott
2009-07-19
*
Add three new session options: visual-activity, visual-bell, visual-content. If
Nicholas Marriott
2009-07-18
*
Instead of faking up a status line in status_redraw, use the same code to
Nicholas Marriott
2009-07-14
*
Creating a key binding which replaces itself (such as "bind x bind x lsw")
Nicholas Marriott
2009-07-12
*
If it exist, load a system-wide configuration file /etc/tmux.conf before any
Nicholas Marriott
2009-07-12
*
Rename the global options variables to be shorter and to make session options
Nicholas Marriott
2009-07-07
*
After logging (if enabled) is switched to file, there is no reason to keep
Nicholas Marriott
2009-06-26
*
Remove some dead assignments, found by sthen with clang.
Nicholas Marriott
2009-06-25
*
Change find-window and monitor-content to use fnmatch(3). For convenience and
Nicholas Marriott
2009-06-24
*
Make remain-on-exit work again when there is only one pane left, which was
Nicholas Marriott
2009-06-24
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01