summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-05-01Add to CHANGES.2.9aNicholas Marriott
2019-05-01Version 2.9a.Nicholas Marriott
2019-05-01Do not loop forever if there is a nonprintable character in the format.nicm
2019-05-01Don't redraw control clients, from George Nachman.nicm
2019-05-01Unbreak main-vertical and main-horizontal layouts.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.