aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Collapse)AuthorAge
...
* Clean up manual layout code:Nicholas Marriott2009-05-18
| | | | | | | | | | | | - change the one layout function into two _refresh and _resize - create layout-manual.c for manual layout code - move the fit panes/update panes code from window.c to the new file as it is only used by manual layout now - move the resize pane code into layout-manual.c as well - get rid of the direct calls to fit/update and make them go through layout - rename a couple of variables This is mainly as a first step before reworking the manual layout code to see if anything breaks.
* putenv can be char *.Nicholas Marriott2009-05-15
|
* It is HAVE_PTY_H, also add a cast to shut gcc up.Nicholas Marriott2009-05-14
|
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
| | | | | | | | | script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* Adjust mouse for x offset.Nicholas Marriott2009-04-01
|
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
| | | | | | | | | | | issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along.
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
|
* Doh. Set a message when pane is too small rather than dying...Nicholas Marriott2009-03-01
|
* Looking up argv[0] is expensive, so just use p_comm for the window name ↵Nicholas Marriott2009-02-13
| | | | which is good enough. Also increase name update time to 500 ms.
* Reset name when clearing mode.Nicholas Marriott2009-02-12
|
* Don't try to change the window name unless the pid of the process chosen hasNicholas Marriott2009-02-09
| | | | | | | changed. Reduces CPU use. osdep-* stuff is a bit horrible now but there we go :-/.
* Continue process if suspended.Nicholas Marriott2009-02-08
|
* * Better support for at least the most common variant of mouse input: parse ↵Nicholas Marriott2009-01-28
| | | | | | | it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
* Be more clever about picking window name.Nicholas Marriott2009-01-26
|
* Better error messages for fork.Nicholas Marriott2009-01-23
|
* Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott2009-01-21
|
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-01-20
| | | | | | | | | | | | | by reading argv[0] from the process group leader of the group that owns the tty (tcgetpgrp()). This can't be done portably so some OS-dependent code is introduced (ugh); OpenBSD, FreeBSD and Linux are supported at the moment. A new window flag, automatic-rename, is available: if this is set to off, the window name is not changed. Specifying a name with the new-window, new-session or rename-window commands will automatically set this flag to off for the window in question. To disable it entirely set the option to off globally (setw -g automatic-rename off).
* -a flags to next/previous window.Nicholas Marriott2009-01-18
|
* Multiple window splitting.Nicholas Marriott2009-01-14
|
* kill-pane command.Nicholas Marriott2009-01-13
|
* Make the window pane code handle panes of different sizes, and add a -l and ↵Nicholas Marriott2009-01-12
| | | | -p arguments to split-window to specify the new window size in lines or as a percentage.
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott2009-01-11
| | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
* Pick up cwd from environment,.Nicholas Marriott2009-01-10
|
* Change server-info format.Nicholas Marriott2009-01-10
|
* 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/
* Keep stack of previous windows.Nicholas Marriott2008-11-16
| | | | | Check for op (orig_pair) for default colours.
* Trim.Nicholas Marriott2008-09-26
|
* Rename some functions.Nicholas Marriott2008-09-10
|
* long for pid.Nicholas Marriott2008-07-01
|
* Document zombie window stuff.Nicholas Marriott2008-06-30
|
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
|
* Swap in new paste buffer code and add a couple more commands.Nicholas Marriott2008-06-20
|
* Trimify.Nicholas Marriott2008-06-18
|
* More Sun OS crap.Nicholas Marriott2008-06-18
|
* Start of Solaris port.Nicholas Marriott2008-06-18
|
* 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.
* ifdef RB_PREV since 4.3 misses it too.Nicholas Marriott2008-06-04
|
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
|
* Per-session configuration options.Nicholas Marriott2008-06-03
|
* tree.h has RB_PREV now, yay!Nicholas Marriott2008-06-03
|
* Don't hang when window closes early; also add lots more debugging.Nicholas Marriott2008-05-31
|
* Don't attempt to reset tty if it is dead.Nicholas Marriott2008-01-02
|
* set/reset mode window functions.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵Nicholas Marriott2007-11-21
| | | | on more exit.
* Redo screen.c functions to make them readable and more flexible. Make scroll ↵Nicholas Marriott2007-11-21
| | | | mode only redraw waht it needs.
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
|
* Initial history support.Nicholas Marriott2007-11-21
|