summaryrefslogtreecommitdiffstats
path: root/src/cmd/rio/manage.c
Commit message (Collapse)AuthorAgeFilesLines
* rio: proper prototypes in `fns.h`Dan Cross2025-07-251-1/+1
| | | | | Use proper function prototypes in `fns.h`, that include argument type information.
* rio: check the return value of malloc(3)Tom Schwindl2022-09-121-0/+5
|
* Fixed a use after free in rio.Karsten Pedersen2022-07-271-1/+2
| | | | Screen was being queried from within a client after it had been free'd.
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-301-67/+1
|
* inttypesrsc2006-04-201-1/+2
|
* shut up gccrsc2006-04-201-1/+1
|
* keystrokesrsc2005-07-131-2/+2
|
* formatting changes; attempt at keyboard-based window switchingrsc2005-07-131-64/+68
|
* various bug fixesrsc2004-04-241-0/+7
|
* xrsc2004-04-191-2/+2
|
* better fix to window flash bug on new -- alsorsc2004-04-061-4/+0
| | | | happens on resize.
* whoops - missing }rsc2004-04-051-1/+2
|
* debugging printrsc2004-04-051-1/+2
|
* Fixes from Axel Belinfante.rsc2004-04-051-0/+4
| | | | Fix 9term New border flash too.
* Border resizing and 9term greying.rsc2004-03-301-3/+34
|
* Border resizing by dragging.rsc2004-03-291-7/+11
| | | | Thanks to Axel Belinfante.
* Fix lots of warnings.rsc2004-03-211-2/+9
| | | | Incorporate changes from Andrey Mirtchovski.
* Change 9wm to look like rio.rsc2004-03-211-0/+482