7 Commits
Author SHA1 Message Date
Eric PruittandRoberto E. Vargas Caballero bafbba56cd Check for presence of SHELL environment variable
- POSIX states the SHELL environment variable "... shall represent a
  pathname of the user's preferred command language interpreter." As
  such, st should check for its presence when deciding what shell to
  use; just as HOME can be defined to override one's passwd-defined home
  directory, a user should also be able to override their passwd-defined
  shell using the SHELL environment variable.
2014-11-11 19:20:56 +01:00
Eric PruittandRoberto E. Vargas Caballero b5d0a13c10 Changed inconsistent indent
- A line was indented using spaces despite the rest of the code using
  tabs.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
2014-07-15 19:30:48 +02:00
Eric PruittandRoberto E. Vargas Caballero 738f555f66 Fix typo in config.def.h
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
2014-06-21 10:24:36 +02:00
Eric PruittandRoberto E. Vargas Caballero 9559100130 Use character scaling in XCopyArea 2014-01-21 19:20:17 +01:00
Eric PruittandRoberto E. Vargas Caballero 39f28b18b7 Set _NET_WM_PID attribute 2013-12-11 21:33:52 +01:00
Eric PruittandRoberto E. Vargas Caballero 2738592de6 Fix rmul definition
rmul means "exit underline mode", so a full reset of all
the attributes is not the correct way of exiting from
underline mode, because it is going to modify also another
attributes not related.
2013-12-10 17:21:12 +01:00
Eric PruittandRoberto E. Vargas Caballero 7e3cff33ff Use character size scaling factors
The bounding boxes for characters can be scaled using "cwscale" and "chscale"
to scale the width and height respectively.
2013-08-05 11:44:18 +02:00