summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-04-242.9 now.2.9Nicholas Marriott
2019-04-24Do not loop forever if there is a nonprintable character in the format.nicm
2019-04-18Update CHANGES for 2.9.Nicholas Marriott
2019-04-11Current window style also needs to be tested for default.nicm
2019-04-11Merge a number of fixes from master for layouts, mostly prompted by testing byNicholas Marriott
Thomas Sattler.
2019-04-04Fix size check for splitw -f and top level pane size for tiled layout,nicm
problems reported by Thomas Sattler.
2019-04-03screen_write_fast_copy can no longer assume the target screen is defaultnicm
(it isn't for the pane status lines).
2019-04-02Silence flag should use the same option as activity, reported by Thomasnicm
Sattler.
2019-04-02Version RC2.Nicholas Marriott
2019-04-02Update regress from master.Nicholas Marriott
2019-04-02Store and restore cursor across reflow by working out a position basednicm
on unwrapped lines, rather than a grid offset. Fixes problems reported by Thomas Sattler and Paul de Weerd.
2019-04-02Restore a check to stop scrolled lines becoming larger than total lines,nicm
fixes a crash reported by Thomas Sattler.
2019-03-29Free old strings after they have been expanded in format_choose.nicm
2019-03-29Fix offset of list ranges.nicm
2019-03-26Update CHANGES & TODO.Nicholas Marriott
2019-03-262.9 bits.Nicholas Marriott
2019-03-25Merge branch 'obsd-master'Thomas Adam
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignednicm
parts of the status line, from Avi Halachmi.
2019-03-25Merge branch 'obsd-master'Thomas Adam
2019-03-25Merge branch 'obsd-master'Thomas Adam
2019-03-25Fix columns of cursor_character format in list.nicm
2019-03-25Tweaks to example config.Nicholas Marriott
2019-03-25Add to TODO.Nicholas Marriott
2019-03-25Ignore mouse on status line which are not part of a range, GitHub issue 1649.nicm
2019-03-22Clarify that styles can be space or comma separated, from Stephen Zapatka.nicm
2019-03-22I forgot to document resize-window, window-size and default-size;nicm
reminded by okan@.
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Update TODO.Nicholas Marriott
2019-03-20Update TODO.Nicholas Marriott
2019-03-20Improve cursor positioning after reflow by storing the position as annicm
offset into the entire history before reflow and restoring it aftewards.
2019-03-20Update CHANGES.Nicholas Marriott
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Include function name in logging.nicm
2019-03-20Do not leak ranges on error.nicm
2019-03-20Ignore invalid styles rather than throwing away the whole format, thisnicm
matches what we used to do.
2019-03-20Bit more logging to show drawing errors.nicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-19Include window-status-style and window-status-current style in the format.nicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-19Add a cursor_character format.nicm
2019-03-19Add to TODO.Nicholas Marriott
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-19Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS.nicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Free temporary screens when writing format.nicm
2019-03-18The individual -fg, -bg and -attr options have been deprecated (innicm
favour of -style), undocumented and hidden from show-options since 2014. Remove them, except for status-fg and status-bg.
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add some bits to the STATUS LINE section about the new option.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
changes to allow the status line to be entirely configured with a single option. Now that it is possible to configure their content, enable the existing code that lets the status line be multiple lines in height. The status option can now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to configure more than one line. The new status-format array option configures the format of each line, the default just references the existing status-* options, although some of the more obscure status options may be eliminated in time. Additions to the #[] syntax are: "align" to specify alignment (left, centre, right), "list" for the window list and "range" to configure ranges of text for the mouse bindings. The "align" keyword can also be used to specify alignment of entries in tree mode and the pane status lines.