Re: [dev] [st] Font issues

2011-05-31 Thread Bryan Bennett
So far, this font issue and the lack of a scrollback buffer are my only issues with st. I'm having strange problems with urxvt under another (inferior / floating) window manager, which has pushed me towards st. I could be using xterm, but...eww. Terminus drew nice and quickly for me when I was

Re: [dev] [st] Font issues

2011-05-31 Thread Le Tian
On Tue, May 31, 2011 at 9:33 AM, Bryan Bennett bbenn...@gmail.com wrote: So far, this font issue and the lack of a scrollback buffer are my only issues with st. I'm having strange problems with urxvt under another (inferior / floating) window manager, which has pushed me towards st. I could

Re: [dev] Sandy editor

2011-05-31 Thread Rafa Garcia Gallego
Hi, On Tue, May 31, 2011 at 4:40 PM, pancake panc...@youterm.com wrote: After reading the libregex9 code (1200LOC, and probably the best regexp library out there) (because openbsd regex is about 3KLOC and musl 5KLOC and have some documented bugs, gnu one is about 35.000LOC... the thing is

Re: [dev] [st] Font issues

2011-05-31 Thread Aurélien Aptel
There is a patch to support Xft somewhere (but it's slow). We have to re-implement the GLYPH_DIRTY trick to speed the rendering. On Tue, May 31, 2011 at 3:46 PM, Le Tian tiane...@gmail.com wrote: Well, when I got tired of urxvt, aterm and xterm, I switched to terminal and then sakura, both very

Re: [dev] Sandy editor

2011-05-31 Thread Bjartur Thorlacius
On 5/31/11, Rafa Garcia Gallego rafael.garcia.gall...@gmail.com wrote: A tad unrelated, but not really... I was quite sure about using keyboard positioned bindings before (be them hjkl, ijkl, the wordstar thingy or even wasd as it has been suggested). However, a lot of suckless software users

Re: [dev] Sandy editor

2011-05-31 Thread Rafa Garcia Gallego
Hi, Thanks for your input. On Tue, May 31, 2011 at 8:07 PM, Bjartur Thorlacius svartma...@gmail.com wrote: On 5/31/11, Rafa Garcia Gallego rafael.garcia.gall...@gmail.com wrote: A tad unrelated, but not really... I was quite sure about using keyboard positioned bindings before (be them hjkl,

Re: [dev] Sandy editor

2011-05-31 Thread Connor Lane Smith
Hey, I've just got around to properly trying sandy. I'm not a fan of the curses approach, but I'm otherwise quite impressed. (I've not read the code yet, but the editor itself has a nice feel to it.) On 31 May 2011 17:51, Rafa Garcia Gallego rafael.garcia.gall...@gmail.com wrote: - ^U works as

Re: [dev] [st] Font issues

2011-05-31 Thread anonymous
On Tue, May 31, 2011 at 07:19:26PM +0200, Aurélien Aptel wrote: transparency support. In my opinion st seems like not very stable now, If you found a bug, please report it. It's the only way we can fix it. Code for text selection is buggy. I can only see what I selected after either I

Re: [dev] Sandy editor

2011-05-31 Thread Rafa Garcia Gallego
Hi, On Tue, May 31, 2011 at 10:56 PM, Connor Lane Smith c...@lubutu.com wrote: I've just got around to properly trying sandy. I'm not a fan of the curses approach, but I'm otherwise quite impressed. (I've not read the code yet, but the editor itself has a nice feel to it.) Yeah. Ncurses is

Re: [dev] [st] Font issues

2011-05-31 Thread Petr Sabata
On Tue, May 31, 2011 at 09:33:59AM -0400, Bryan Bennett wrote: So far, this font issue and the lack of a scrollback buffer are my only issues with st. I'm having strange problems with urxvt under another (inferior / floating) window manager, which has pushed me towards st. I could be using

Re: [dev] wmii floating window titlebar decoration

2011-05-31 Thread Kris Maglione
On Mon, May 30, 2011 at 12:15:52PM -0500, orlando wrote: I've recently started using wmii and I'm really liking it so far. The one thing that is bugging me is this rectangle shown in the right side of the titlebar (when in floating mode). How can I make it disappear? I've looked into the guide

Re: [dev] [st] Font issues

2011-05-31 Thread Bryan Bennett
I've also noticed that my vim theme paints invisible text (try doing TERM=xterm vim somfile and see what happens), but I've begun using vile recently so that's really of no consequence. Honestly, since urxvt works fine here, I'll probably just go back to that. I can't figure this one out and I

Re: [dev] [st] Font issues

2011-05-31 Thread Peter John Hartman
- the lack of a scrollback buffer, already mentioned - double-click-and-drag selection, like xterm has (st currently supports double-click word selection; implementing this should be no big deal... I might look at it) - vim in st with Solarized [1] colorscheme draws

Re: [dev] [st] Font issues

2011-05-31 Thread Jonathan Slark
FWIW, if one (as I do) always run a tmux instance on top of whatever X terminal one launches, neither the lack of scrollback buffer nor the double-click-and-drag selection should be on the TODO list, since these features are moot granted one uses tmux. In fact, I'd prefer they be treated as