Michael Small cbc7afb302 Silence gcc 7.5.0 warning about ignoring return value
menus.cc: In function ‘void Execute(const char*)’:
menus.cc:2199:5: error: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
     (void) system (s);
2021-02-23 13:21:48 -05:00
2017-09-28 00:55:30 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2017-09-15 23:01:49 -04:00
2021-01-31 12:39:10 -05:00
2017-09-15 23:01:49 -04:00
2017-09-28 00:55:30 -04:00
2017-09-15 23:01:49 -04:00

A twm fork to suit my preferences.

Features removed...

1. iconmgr feature and icon region (icons always land on the right edge).
2. configuration options: UsePPosition, SqueezeTitle, RandomPlacement,
   opaquemove, window highlight, DontIconifyByUnmapping, IconifyByUnmapping,
   TitlePadding, title button indent, NoGrabServer (never grab), IconRegion,
   Zoom, MoveDelta
2. builtin functions: DeltaStop
3. default user defined functions: move-or-lower, move-or-raise,
   and move-or-iconify (changed to builtins).

Changes ...

- title is always squeezed and the resize button changed slightly (no box).
- icons always land on the right edge if there's space there. xconsole
  lands on the bottom right.

Additions ...

1. builtin functions: move-or-lower, move-or-raise, and move-or-iconify.

The master development code repository can be found at:

        https://git.sdf.org/smallm/twmruined

Description
twm chopped up to suit my preferences. You probably don't want to use this.
Readme 568 KiB
Languages
C 66.8%
C++ 12.4%
Shell 8.6%
Makefile 8.4%
Yacc 2.8%
Other 1%