Re: [dev] st patches and clipboard issues

2015-01-02 Thread FRIGN
On Thu, 1 Jan 2015 21:19:24 -0500 Philip Rushik prus...@gmail.com wrote: Hey Philip, Also, the other issue I want to report is that st does not work with synergy's clipboard sharing feature. did you try enabling the Elevated mode in the client (should be selectable at the bottom of the main

[dev] st patches and clipboard issues

2015-01-01 Thread Philip Rushik
Hi everybody, I started using st at work on my work computers. At work we all use linux boxes supplied by the company and we don't get full control over them. I love st, I think it is by far the nicest terminal emulator available, however, I needed scroll back and copy paste support to play nice

Re: [dev] st patches and clipboard issues

2015-01-01 Thread CustaiCo
On Thu, Jan 01, 2015 at 09:19:24PM -0500, Philip Rushik wrote: I have attempted to figure this out, but the mechanism st uses seems so simple and correct according to what I know of the X11 protocol, so I can't figure it out However, somebody here might know st better than I do. You can

Re: [dev] st patches and clipboard issues

2015-01-01 Thread Philip Rushik
You can do some testing with xclip[0] which allows you to manipulate the clipboard and also see requests made to xclip from X to see what's going on. If run with the -quiet flag it will stay in the foreground and notify you of every request it gets. That way you can see if the clipboard

Re: [dev] st patches and clipboard issues

2015-01-01 Thread M Farkas-Dyck
st with scrollback: https://github.com/strake/st

Re: [dev] [st] Patches

2012-10-07 Thread Aurélien Aptel
I don't think the DEC alignment test is necessary. Please read LEGACY in st repo.

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:10:50 +0200 Aurélien Aptel aurelien.ap...@gmail.com wrote: I don't think the DEC alignment test is necessary. Please read LEGACY in st repo. I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
On Sun, Oct 07, 2012 at 11:10:21AM +0200, Aurélien Aptel wrote: I don't think the DEC alignment test is necessary. Please read LEGACY in st repo. I duded about this, but like I was not sure I sent the patch to the list in order to begin a discussion about this. You can see that the message in

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for another feature I have in mind. Then the test loop will be removed. Uhmmm, you could say me this and it was very easy for me split the patch and keep only that part. Next

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:55:50 +0200 Roberto E. Vargas Caballero k...@shike2.com wrote: I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for another feature I have in mind. Then the test loop will be removed.

Re: [dev] [st] Patches

2012-09-20 Thread Roberto E. Vargas Caballero
Yeah! Oh, we could have a variable for everything that one could wish to start in st: STTMUX, STGNUSCREEN, STAALIBKDE... or we could just use -e. Yeah, even when you start it from a menu like dmenu or it is automatically spawned from a graphical application. It's true that a boolean variable

Re: [dev] [st] Patches

2012-09-20 Thread Peter Hartman
how is -e not a solution? 2012/9/20 Roberto E. Vargas Caballero k...@shike2.com: Yeah! Oh, we could have a variable for everything that one could wish to start in st: STTMUX, STGNUSCREEN, STAALIBKDE... or we could just use -e. Yeah, even when you start it from a menu like dmenu or it is

Re: [dev] [st] Patches

2012-09-20 Thread Roberto E. Vargas Caballero
how is -e not a solution? Uhmmm, I suck ^^!. dmenu allows you write the full command line, so you can use -e with it.

[dev] [st] Patches

2012-09-19 Thread Roberto E. Vargas Caballero
Hi, A new serie of patches for st. Please send comments or suggestions. Best regards. From 703b3cfc0cdb4998abca6815dd32699705a9f912 Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero k...@shike2.com Date: Wed, 19 Sep 2012 19:42:48 +0200 Subject: Clear X window in tsetreset()

Re: [dev] [st] Patches

2012-09-19 Thread Martti Kühne
On Wed, Sep 19, 2012 at 8:42 PM, Roberto E. Vargas Caballero k...@shike2.com wrote: Hi, A new serie of patches for st. Please send comments or suggestions. Best regards. Would you also port st to wayland? cheers! mar77i

Re: [dev] [st] Patches

2012-09-19 Thread pancake
How many patches are left to get scrollback buffer? On Sep 19, 2012, at 20:42, Roberto E. Vargas Caballero k...@shike2.com wrote: Hi, A new serie of patches for st. Please send comments or suggestions. Best regards. 0001-Clear-X-window-in-tsetreset.patch

Re: [dev] [st] Patches

2012-09-19 Thread Peter Hartman
2012/9/19 pancake panc...@youterm.com: How many patches are left to get scrollback buffer? We don't want scrollback buffers. -- sic dicit magister P Université du Québec à Montréal / Loyola University Chicago http://individual.utoronto.ca/peterjh gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42

Re: [dev] [st] Patches

2012-09-19 Thread Nick
Quoth Peter Hartman: 2012/9/19 pancake panc...@youterm.com: How many patches are left to get scrollback buffer? We don't want scrollback buffers. Some of us do.

Re: [dev] [st] Patches

2012-09-19 Thread hiro
Just use 9term.

Re: [dev] [st] Patches

2012-09-19 Thread Roberto E. Vargas Caballero
Well... I was asking about comments and suggestion of the patches. I am not the person who can accept or deny new suggestion, but I am going to give my personal opinion. Would you also port st to wayland? I think in case of being possible, st is very far to do this, because it has a lot of

Re: [dev] [st] Patches

2012-09-19 Thread Strake
On 19/09/2012, Roberto E. Vargas Caballero k...@shike2.com wrote: Maybe a good solution could be integrate tmux inside of st (for example if STTMUX is defined, run tmux in starup). Yeah! Oh, we could have a variable for everything that one could wish to start in st: STTMUX, STGNUSCREEN,

[dev] [st] Patches

2012-09-17 Thread Roberto E. Vargas Caballero
Some new patches for st. From 17025c9ab88bb8560bac3896c2384ad060c6e8d9 Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero k...@shike2.com Date: Mon, 17 Sep 2012 19:03:35 +0200 Subject: Add xcalloc wrapper malloc and realloc are called through xmalloc and xrealloc, so calloc should be