summaryrefslogtreecommitdiff
path: root/doc/ratpoison.1
AgeCommit message (Collapse)Author
2013-05-25Deprecate winliststyle variable & functionality.cr/deprecate_winliststylecos
Window lists in ratpoison were initially displayed in one row, as modelled by how :windows work in screen. When originally implementing column display format an option to select between row & column was introduced. Setting winliststyle to row has been broken for almost four years. Given that no error reports have been seen during this time, it is fair to assume no one is using the functionality. Since allowing two values of winliststyle complicates the code to display winlists & requires different code paths for interactive & non-interactive use, it seems more sane to deprecate the unused feature rather than fix its bug(s).
2009-04-13make ratinfo and ratrelinfo work with ratpoison -c and return coordinates ↵Shawn Betts
relative to current frame when there's no window * update docs
2009-04-13fix segfault in banishrel and make it banish to the corner of the frame when ↵Shawn Betts
there's no window * update documentation
2009-04-13Add ratinfo, ratrelinfo, and banishrel commandsRob Paisley
2008-10-22update documentationBernhard R. Link
2008-10-12PID support for format_stringAntti Nykänen
2008-10-12add grename commandAli Gholami Rudi
2008-10-10document gotherShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-06-22document new %M in manpageBernhard R. Link
2008-02-21fix syntax errors in the manpageBernhard R. Link
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
(show_frame_indicator): only show frame indicator (set_active_frame): new arg force_indicator. all callers updated. (show_frame_indicator): new arg force. all callers updated. * src/main.c (init_defaults): init bar_in_padding * src/globals.c (rp_switch_screen_hook): new hook * src/data.h (struct rp_defaults): new slot, bar_in_padding * src/bar.c (bar_x): honour bar_in_padding setting (bar_y): likewise * src/actions.c (init_set_vars): add barinpadding (set_barinpadding): new function * src/globals.h: new global rp_switch_screen_hook
2006-11-23document syntax for max lengths in winfmt in texinfo and manpage, complete ↵brl
format chars in manpage
2006-10-05add swap commandsabetts
2006-09-27*** empty log message ***sabetts
2006-05-18*** empty log message ***sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-02-26*** empty log message ***sabetts
2006-01-03* src/number.c (numset_add_num): store the ret val ofsabetts
numset_find_empty_cell in a variable and use it as an index into the numbers_taken array. * src/actions.c (cmd_curframe): return the frame number in non-interactive mode. * src/split.c (cleanup_frame): in the maxsize windows are transients check either the width or height must be less than the screen width/height (just like in windows.c).
2005-07-24committed patch from mailing listsabetts
2005-02-08new man pagesabetts
2005-01-15remove references to sourceforgesabetts
2004-12-04update copyright.sabetts
2004-12-02update copyright noticesabetts
2004-11-23remove +'s from bad patch applicationsabetts
2004-11-17*** empty log message ***sabetts
2003-11-25(ratpoison_longopts): add "file"sabetts
(ratpoison_opts): add f: option (print_help): print help for --file option (read_startup_files): take an alternative rc file as an argument and use it if it is non-NULL. (main): parse the --file option. pass alt_rcfile to read_startup_files.
2002-07-06typossabetts
2002-02-01* src/actions.c (command): bail out if alias recursion gets too deep.sabetts
* src/conf.h (MAX_ALIAS_RECURSIVE_DEPTH): new define * src/bar.c (bar_x): update to work with all X11 gravity values. (bar_y): likewise * src/actions.c (cmd_defbargravity): Rename from cmd_defbarloc. Dependant code updated. (cmd_defbargravity): accept all gravity arguments.
2002-01-26updates and addition of defbarborder commandsabetts
2002-01-17(Keystrokes): removed false statement that C-t C-: is bound to colon.algernon
2001-09-09formatting fixupssabetts
2001-09-09fixed versionsabetts
2001-09-06fixed the escape command docssabetts
2001-09-06doc updatessabetts
2001-03-04Some small indentitation fixes, removed Emacs keybinding because it wasalgernon
removed. Removed the note that upstream doesn't have a manual page, because it has.
2001-03-02moved man pagesabetts