aboutsummaryrefslogtreecommitdiff
path: root/resize.c
Commit message (Collapse)AuthorAge
* Make window options work the same was as session options, add ↵Nicholas Marriott2008-12-08
| | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
* status-lines -> status, prefix-key -> prefixNicholas Marriott2008-06-19
|
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
| | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too.
* Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott2008-06-14
|
* Clear clients with flag too.Nicholas Marriott2008-06-07
|
* New flag: aggressize resize. Resize window when to size of smallest session ↵Nicholas Marriott2008-06-06
| | | | for which it is _current_ window.
* Per-session configuration options.Nicholas Marriott2008-06-03
|
* Don't die if no dst window and -k to linkw.Nicholas Marriott2008-06-01
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Clear before resize.Nicholas Marriott2007-12-02
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Initial history support.Nicholas Marriott2007-11-21
|
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵Nicholas Marriott2007-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.
* Add a bell-action option.Nicholas Marriott2007-10-19
|
* Have resize update a SESSION_UNATTACHED flag.Nicholas Marriott2007-10-05
|
* Don't accept UINT_MAX as size if no clients/sessions.Nicholas Marriott2007-10-04
|
* Incomplete resize support.Nicholas Marriott2007-10-04