stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] [PATCH] Fix width/height order for *window-info-format*.


From: John Li
Subject: [STUMP] [PATCH] Fix width/height order for *window-info-format*.
Date: Tue, 29 Jul 2008 03:26:22 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

---

I'm a huge fan of these trivial patches, as you can see.

 primitives.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/primitives.lisp b/primitives.lisp
index ba865b8..9bbad9b 100644
--- a/primitives.lisp
+++ b/primitives.lisp
@@ -764,7 +764,7 @@ Note, a prefix number can be used to crop the argument to a 
specified
 size. For instance, @samp{%20t} crops the window's title to 20
 characters.")
 
-(defvar *window-info-format* "%hx%w %n (%t)"
+(defvar *window-info-format* "%wx%h %n (%t)"
   "The format used in the info command. @xref{*window-format*} for formatting 
details.")
 
 (defvar *group-formatters* '((#\n group-number)
-- 
1.5.6.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]