| Commit message (Expand) | Author | Age |
... | |
* | The UTF-8 detection idea doesn't work and I am reasonably happy with the | Nicholas Marriott | 2009-10-09 |
* | Be less aggressive about turning the cursor off, only explicitly turn it off | Nicholas Marriott | 2009-10-09 |
* | Support -c like sh(1) to execute a command, useful when tmux is a login | Nicholas Marriott | 2009-09-23 |
* | Don't die if the client is detaching (the tty has been closed) after waking up | Nicholas Marriott | 2009-09-23 |
* | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott | 2009-09-23 |
* | Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client | Nicholas Marriott | 2009-09-23 |
* | Don't attempt to open() the tty path, rely on the client sending its stdin fd | Nicholas Marriott | 2009-09-23 |
* | Be more careful about what flags are cleared when opening the terminal, | Nicholas Marriott | 2009-09-22 |
* | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott | 2009-09-10 |
* | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott | 2009-08-31 |
* | Emulate dch/dch1 if missing by redrawing the entire line. | Nicholas Marriott | 2009-08-21 |
* | Send SGR0 when initialising the screen. Fixes problems on terminals with BCE | Nicholas Marriott | 2009-08-14 |
* | A tty context must not be modified as it may be reused to update multiple | Nicholas Marriott | 2009-08-12 |
* | Initialise log_fd to -1, prevents spurious disconnection of the client when it | Nicholas Marriott | 2009-08-11 |
* | Have the client pass its stdin fd to the server when identifying itself and | Nicholas Marriott | 2009-08-11 |
* | Add a TTY_OPENED flag and tidy a little. | Nicholas Marriott | 2009-08-11 |
* | Drop the no_stop argument to tty_close and tty_free in favour of a flag in the | Nicholas Marriott | 2009-08-11 |
* | Change the way the grid is stored, previously it was: | Nicholas Marriott | 2009-08-08 |
* | If colours are not supported by the terminal, try to emulate a coloured | Nicholas Marriott | 2009-08-05 |
* | Add a terminal-overrides session option allowing individual terminfo(5) entries | Nicholas Marriott | 2009-08-03 |
* | Draw UTF-8 characters under the selection correctly. | Nicholas Marriott | 2009-07-27 |
* | tty_write is relatively short and the only function left in tty-write.c so move | Nicholas Marriott | 2009-07-22 |
* | More tty code tidying: move the saved cursor/region position (from before the | Nicholas Marriott | 2009-07-22 |
* | enum tty_cmd is only used as an index into the array of command function | Nicholas Marriott | 2009-07-22 |
* | There are relatively few arguments to tty_cmd_* functions now, so tidy them up | Nicholas Marriott | 2009-07-22 |
* | tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to | Nicholas Marriott | 2009-07-22 |
* | Don't send initialisation strings is1/2/3 (barely anything else does) and move | Nicholas Marriott | 2009-07-10 |
* | Handle empty or unset TERM correctly; also fix a fatal() message while here. | Nicholas Marriott | 2009-07-07 |
* | Copy the 256-colour flag into the tty saved cell as well as the actual colour, | Nicholas Marriott | 2009-06-27 |
* | Miscellaneous unused functions, including one which was basically a | Nicholas Marriott | 2009-06-25 |
* | Unused variables. Found by lint, no binary change. | Nicholas Marriott | 2009-06-25 |
* | Trying to predict the cursor position for UTF-8 output in the same way as for | Nicholas Marriott | 2009-06-24 |
* | Implement the DEC alignment test. With the last change this is enough for the | Nicholas Marriott | 2009-06-03 |
* | Fix some miscalculations when clearing to start of screen: the number of lines | Nicholas Marriott | 2009-06-03 |
* | Recent code to try and detect if a terminal supports UTF-8 by printing to it | Nicholas Marriott | 2009-06-02 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |