On Sun, Dec 30, 2007 at 05:19:20PM +0100, y i y u s wrote: > There is something strange with dvtm, I have to define the setmwfact > arguments in config.h as 0,xx instead of 0.xx or it won't work. I know > it is due to the locale, but I don't have to do it in the dwm > config.h. The env is the same. I have to look further into it to > understand why it is happening, but maybe you know the answer.
The difference seems to be, that dwm calls setlocale(LC_CTYPE,""); while in dvtm it is setlocale(LC_ALL,"") so maybe dvtm should be changed accordingly? > And a suggestion: if the default modifier is CTRL+g there should be a > keybinding to send a CTRL+g to the client. This way you can have > nested dvtms. I will probably write a patch for it, but dunno when it > will happen. You could use the -m command line option which sets the modifier at runtime. So for example dvtm -m ^w will set it to CTRL+w. But i agree that there should also be the possibility to send CTRL+g. > And just for curiosity... would it be possible to add mouse support? I > don't know if it is implemented in ncurses. What kind of things would you like to do with the mouse? The only thing i can think of right now is selecting a window and probably closing it with (right click). I don't think resizing / moving should be done with the mouse. There seems to be some kind of support, don't know how portable it is though. http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/mouse.html > Congratulations for your work in dvtm, I love it! Thanks, Marc -- Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
