Re: [dev][surf] fix DOWNLOAD macro cookies

2013-02-15 Thread Christoph Lohmann
Greetings. On Wed, 13 Feb 2013 21:02:49 +0100 Carlos Torres wrote: > Hello, > Attached you'll find a simple patch that makes the DOWNLOAD macro > use the cookiefile variable. Yes, that one was missing. Thank you for the patch, it’s applied. Sincerely, Christoph Lohmann

Re: [dev][surf] fix DOWNLOAD macro cookies

2013-02-15 Thread Carlos Torres
two thank yous suggests i should thank you too. On Wed, Feb 13, 2013 at 3:02 PM, Christoph Lohmann <2...@r-36.net> wrote: > Yes, that one was missing. Thank you for the patch, it’s applied. Thanks :)

Re: [dev] st: mutual exclusive 1000 vs 1002

2013-02-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Feb 2013 17:46:15 +0100 Egmont Koblinger wrote: > Start tmux, click & drag, then leave tmux. Mouse will still be enabled in > st, while not in any other terminals. > > Obviously one might argue whether tmux's behavior is correct or not, but > there might be other apps as w

[dev] screen/tmux

2013-02-15 Thread hiro
is there anything like screen or tmux that really works in all terminals? On 2/15/13, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Fri, 15 Feb 2013 17:46:15 +0100 Egmont Koblinger > wrote: >> Start tmux, click & drag, then leave tmux. Mouse will still be enabled >> in >> st, whil

Re: [dev] [st] Limit refresh rate

2013-02-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Feb 2013 19:34:37 +0100 Mihail Zenkov wrote: > I also check and tune this patch with profiler. With limit 30fps I > have two time lower cpu consumption (by each - st and xorg). With 5 > fps it very low and I can't accurately measure it. I applied your patch nearly as you d

Re: [dev] screen/tmux

2013-02-15 Thread Ivan Kanakarakis
I don't know of anything with the same functionally. if you're using those to share/save terminal sessions, there is dtach it does not do multiplexing. Ivan c00kiemon5ter V Kanakarakis On Feb 15, 2013 7:33 PM, "hiro" <23h...@gmail.com> wrote: > is there anything like screen or tmux that really w

Re: [dev] screen/tmux

2013-02-15 Thread Charlie Kester
On 02/15/2013 10:41, Ivan Kanakarakis wrote: I don't know of anything with the same functionally. if you're using those to share/save terminal sessions, there is dtach it does not do multiplexing. Ivan c00kiemon5ter V Kanakarakis On Feb 15, 2013 7:33 PM, "hiro"<23h...@gmail.com> wrote: is th

Re: [dev] screen/tmux

2013-02-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Feb 2013 20:59:44 +0100 Charlie Kester wrote: > On 02/15/2013 10:41, Ivan Kanakarakis wrote: > > I don't know of anything with the same functionally. > > > > if you're using those to share/save terminal sessions, there is dtach > > it does not do multiplexing. > > > > Ivan c

Re: [dev] screen/tmux

2013-02-15 Thread hiro
yes, I also had problems with dtach that I didn't want to debug, but if someone says it should work stably nowadays I will consider it once again. do you use dvtm to workaround these problems? I don't need multiplexing or strange other features, I only use ctrl-a d for detaching and that's it

Re: [dev] screen/tmux

2013-02-15 Thread Nick
Quoth hiro: > is there anything like screen or tmux that really works in all terminals? I'd love something that just does reflowing and scrollback cleverly, as screen does. That with dtach & st would be lovely. I know of no such thing, though.

Re: [dev] [st] Limit refresh rate

2013-02-15 Thread Mihail Zenkov
2013/2/15, Christoph Lohmann <2...@r-36.net>: > Please try to see how much the CPU usage changed with the defaults in > the repository. I can’t really apply 5 fps; this makes output feel like > the terminal is hanging. I try measure on hd6770 with open source driver - it have problem with 2d a

Re: [dev] screen/tmux

2013-02-15 Thread Ross Mohn
dvtm+dtach works great with st. If you don't mind bash, I've attached my script 'tm' that wraps it all up neatly. Just run 'tm' with a session name of your choice and you can detach (C+\), share, keep multiple active sessions, etc. I also have it configured in the config.h file to auto switch c

[dev] [st] XKB group mod

2013-02-15 Thread Mihail Zenkov
In my xorg.conf I have: Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:menu_toggle,... When I switch to 'ru' XKB add mod (1<<13) and I can't use F1-F12, Shift F1-F12 and probably some others. Maybe we should ignore this mod by default? st-ignore_switch_group.patch Description: Bi