[dev] Re: [hackers] [dwm] Patch to confirm Shift-Alt-Q

2015-08-09 Thread Ian D. Scott
On Sat, Aug 08, 2015 at 08:36:30PM +0200, Markus Teich wrote: > Eric Pruitt wrote: > > On Sat, Aug 08, 2015 at 05:39:55PM +0200, Quolick wrote: > > > When I press Shift-Alt-Q, all windows killed without any confirmation. > > > Is there any patch to add some king of dialog box? > > > Maybe two menu

Re: [dev] [sbase] [PATCH-UPDATE] Rewrite tr(1) in a sane way

2015-01-10 Thread Ian D. Scott
On Sat, Jan 10, 2015 at 06:56:45PM -0500, random...@fastmail.us wrote: > On Sat, Jan 10, 2015, at 16:47, Markus Wichmann wrote: > > You wanted to be Unicode compatible, right? Because in that case I > > expect [:alpha:] to be the class of all characters in General Category L > > (that is, Lu, Ll, L

Re: [dev] [st] St does not work with urwid

2014-10-07 Thread Ian D. Scott
On Tue, Oct 07, 2014 at 10:02:02AM +0200, Roberto E. Vargas Caballero wrote: > > here. Another point is the terminfo definition. I can see that we have > > enacs and smacs with '\E(0', so I am not sure what sequence wants to > > Sorry, this is wrong, enacs=\E)0 and smacs=\E(0, so the problem is en

[dev] [st] St does not work with urwid

2014-10-03 Thread Ian D. Scott
When I try to run a python program that uses urwid[1] to provide a curses ui is, strange things happen. All the text is messed up, which continues after exiting the program. A comment in the AUR verifies that someone else has had the same problem.[2] This does not happen in st 0.4.1. To reprodu