Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | copy mode. | |||
* | Cut memory consumption by only allocating lines when there is actually data ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | on them, and only as much as the right-most data. Everything else is filled in at runtime. | |||
* | The CLIENT_HOLD hack can go bye-bye. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | on more exit. | |||
* | Scrollable win for command output. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Redo screen.c functions to make them readable and more flexible. Make scroll ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | mode only redraw waht it needs. | |||
* | Horizontal history/scrolling. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Scroll data should be per-window not global. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Initial history support. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵ | Nicholas Marriott | 2007-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. | |||
* | Style: ry_* -> r* | Nicholas Marriott | 2007-11-20 | |
| | ||||
* | Fix a format string bug and sprinkle some printflikes. | Nicholas Marriott | 2007-11-20 | |
| | ||||
* | switch-client command. | Nicholas Marriott | 2007-11-16 | |
| | ||||
* | Add -c option to specify client, and move detach/refresh to client rather ↵ | Nicholas Marriott | 2007-11-16 | |
| | | | | than session. | |||
* | realpath the socket path; also sprinkle some const. | Nicholas Marriott | 2007-11-12 | |
| | ||||
* | kill-window command. | Nicholas Marriott | 2007-11-12 | |
| | ||||
* | rename-session command. | Nicholas Marriott | 2007-11-09 | |
| | ||||
* | Make it build/run on Linux. | Nicholas Marriott | 2007-10-31 | |
| | ||||
* | swap-window command. | Nicholas Marriott | 2007-10-30 | |
| | ||||
* | Don't save/restore ry_*. | Nicholas Marriott | 2007-10-26 | |
| | ||||
* | unlink-window command. Also fix some u_int -> int problems. | Nicholas Marriott | 2007-10-26 | |
| | ||||
* | link-window command to link a window into another session. | Nicholas Marriott | 2007-10-26 | |
| | ||||
* | Reorg window data structures. Add an intermediate data type (struct winlink) ↵ | Nicholas Marriott | 2007-10-26 | |
| | | | | to hold index and make sessions hold a RB tree of them rather than a fixed array. | |||
* | has-session command. | Nicholas Marriott | 2007-10-25 | |
| | ||||
* | Use local var and pull screen out of ictx. | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Handle DSR for resize(1). | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Save restore attr. | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Don't need ttydefchars here. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | Lift last MAXNAMELEN limit on -s argument. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | FreeBSD lacks TTY_NAME_MAX. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | List client command. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | Define __dead and __packed. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Kill window command. Nuke some backspace stuff. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Add a bell-action option. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Refresh session command. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Warn and bork on nested sessions ($TMUX exists). | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Accept colours as strings. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | send-prefix command. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | set status, status-fg, status-bg. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Mark windows in yellow on status line when bell. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Simplify input.c - lose class table and use macros. | Nicholas Marriott | 2007-10-10 | |
| | ||||
* | Have resize update a SESSION_UNATTACHED flag. | Nicholas Marriott | 2007-10-05 | |
| | ||||
* | Clean up pause/exit mess with flags. | Nicholas Marriott | 2007-10-05 | |
| | ||||
* | Lose command index enum in favour of runtime-calculated index. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Lose usage and move it into the struct. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Incomplete resize support. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Window attachment, malloc debugging, fix a segfault with no sessions. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Nuke ?. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Select window command. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Rename window. | Nicholas Marriott | 2007-10-04 | |
| |