clear now clears tmux history too?

2016-08-03 Thread Kaushal Modi
sue to a change made after tmux 2.1? Could it be shell/term dependent? I use uxterm + tcsh. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: clear now clears tmux history too?

2016-08-04 Thread Kaushal Modi
Can someone please help with this? On Wed, Aug 3, 2016 at 10:26 AM Kaushal Modi wrote: > Hi, > > I am on the tmux master build built some time after tmux 2.2 release. > (On that note, is the git commit for the build stored somewhere so that it > could be used for bug reportin

Re: clear now clears tmux history too?

2016-08-04 Thread Kaushal Modi
That gives me: ^[[3J^[[H^[[2J Thanks. On Thu, Aug 4, 2016 at 6:32 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > What does clear|cat -v show? > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users"

Re: clear now clears tmux history too?

2016-08-04 Thread Kaushal Modi
nks! On Thu, Aug 4, 2016 at 7:00 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > ^[[3J clears the history, either clear is doing this itself or you > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users&

Re: tmux2.2 mouse issue

2016-08-15 Thread Kaushal Modi
that pane resizing, I do this: unbind -T root MouseDrag1Border # disable drag pane border to resize -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an em

Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
ing else from emacs, and that updates the Clipboard only. The Primary sel content is back to the exact same what I had copied within tmux using the PREFIX C-w binding: [image: pasted4] Thanks. Kaushal -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups &qu

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
master on May 3, 2016) On that note, I wish tmux -V shows the first 7 characters of the commit hash used to build it, if the user built it from the git clone. On Fri, Aug 26, 2016 at 2:44 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Do you have DISPLAY set correctly inside

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
something else in the environment has > changed. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+unsubscr...@googlegro

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
pboards, the protocol is > entirely outside tmux. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+unsubscr...@googlegr

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
paste-buffers! On Fri, Aug 26, 2016 at 3:52 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Oh maybe you have set-clipboard on and the terminal is setting it. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
and you need to > look at the environment passed to xsel. > I get the same results with xsel, xclip, etc Again, I get this issue only inside tmux. Outside tmux, I do not get this issue. That's way, after a lot of experimentation, I emailed this thread. -- Kaushal Modi -- You receive

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Kaushal Modi
rom set-clipboard, so either xsel or > emacs is doing this. Are you sure the xsel have all finished by the time > you select something new in emacs or press C-w again? > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group

Unable to reverse search in pane

2016-09-14 Thread Kaushal Modi
term. Then consecutive searches of that term does nothing (which comes back to the above case). By consecutive search, I mean that I hit C-r and just hit enter as the previously typed search term stays prefilled. I am using the latest build of tmux. -- Kaushal Modi -- You received this me

Re: Unable to reverse search in pane

2016-09-15 Thread Kaushal Modi
p 15, 2016 at 3:57 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Looks like it is including the current character in the search which > means it finds the same string it just found again, if you move the > cursor off it it works. > > On Wed, Sep 14, 2016 at

Re: Looking for tmux buffer like functionality

2016-09-15 Thread Kaushal Modi
oup and stop receiving emails from it, send an > email to tmux-users+unsubscr...@googlegroups.com. > To post to this group, send email to tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message be

Re: Looking for tmux buffer like functionality

2016-09-15 Thread Kaushal Modi
st & just select and paste it to cmd > line. Exact buffer like menu but should be user defined. > > On Thu, Sep 15, 2016 at 3:56 PM, Kaushal Modi > wrote: > >> There are many tools available that do that.. >> >> Few I can think of: >> >> 1. https://git

Show actual $HOST in pane border status [Was: How to display the $HOST value]

2016-09-30 Thread Kaushal Modi
I ssh to a different machine, the env var HOST in that pane would be the name of that new machine. But the pane border status still shows the old HOST. Is it possible to make the pane border status 'live update' in any way? Thanks. On Mon, Sep 28, 2015 at 1:48 PM Kaushal Modi wrote: &g

How to remove hooks?

2016-09-30 Thread Kaushal Modi
Hello, I searched the manual, but couldn't figure out how to remove the hooks. After I do set-hook after-kill-pane "selectl main-vertical" How can I remove that hook? I tried set-hook after-kill-pane "" set-hook after-kill-pane But nothing worked. -- Kaushal Mo

Re: How to remove hooks?

2016-09-30 Thread Kaushal Modi
tried** > >set-hook after-kill-pane "" > >set-hook after-kill-pane > >But nothing worked. > >-- > > > >Kaushal Modi > > > >-- > >You received this message because you are subscribed to the Google > Grou

Re: tmux 2.3 released

2016-10-01 Thread Kaushal Modi
roups.com. > To post to this group, send an email to tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from t

Re: Unable to reverse search in pane

2016-10-03 Thread Kaushal Modi
window_copy_search_down(wp, > data->inputstr, 1); > break; > case WINDOW_COPY_NAMEDBUFFER: > window_copy_copy_selection(wp, data->inputstr); > > > On Thu, Sep 15, 2016 at 08:10:24PM +, Kaushal Modi wrote: &

Re: Unable to reverse search in pane

2016-10-04 Thread Kaushal Modi
2016 at 12:20 AM Suraj N. Kurapati wrote: > On Mon, 3 Oct 2016 21:05:00 -0700, Suraj N. Kurapati wrote: > > On Tue, 04 Oct 2016 03:07:28 +, Kaushal Modi wrote: > > > Surprised that no one else saw such a useful feature break? :) > > > > This doesn't affect us

Last line in pane turning blank in tmux 2.3

2016-10-11 Thread Kaushal Modi
x 2.3. Also none of the system specs listed above (also prompt, prompt2) have changed in a long time. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Last line in pane turning blank in tmux 2.3

2016-10-11 Thread Kaushal Modi
> wrote: > If you do C-b r does the missing line reappear? > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+uns

Re: Last line in pane turning blank in tmux 2.3

2016-10-11 Thread Kaushal Modi
eload the config, it does refresh-client which makes > > tmux refresh the screen. > > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: Last line in pane turning blank in tmux 2.3

2016-10-13 Thread Kaushal Modi
Hi Nicholas, I got a chance to try out what you suggested. refresh-client does not fix that blank line issue. The prompt shows up only after I use any navigation key or Enter. On Tue, Oct 11, 2016 at 5:32 PM Kaushal Modi wrote: > Ah! Got it. I will try out refresh-client next time that happ

Re: Last line in pane turning blank in tmux 2.3

2016-10-13 Thread Kaushal Modi
p and stop receiving emails from it, send an > email to tmux-users+unsubscr...@googlegroups.com. > To post to this group, send an email to tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message beca

Request for detailed Changelog for yet to be released master (Was: vi-copy error)

2016-10-16 Thread Kaushal Modi
t it’s not clear. > I assume I’m to change *vi-copy* to *copy-mode-vi* but that didn’t work > either. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from i

Re: Tmux supported architecture

2016-10-21 Thread Kaushal Modi
> >2. mailto:tmux-users@googlegroups.com > >3. https://groups.google.com/d/optout > > -- > You received this message because you are subscribed to the Google Groups > "tmux-users" group. > To unsubscribe from this group and stop receiving emails from

Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Kaushal Modi
Hello, I have attached the logs generated by "tmux -". The OS is RHEL 6.6. When typing tmux on a machine for the first time (no pre-existing server running), I just get a "lost server" error. The tmux version is the 2.3 release. -- Kaushal Modi -- You received this

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Kaushal Modi
; nicholas.marri...@gmail.com> wrote: > Hi > > It probably crashed. > > Are you sure you are using the same libevent version as the libevent you > built against? > > Does it generate a core file? (You may need to do "ulimit -cunlimited" > first.) > > -- Ka

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Kaushal Modi
it with: > > gdb tmux core.8841 > > Then do "bt full" and show me the output. > > > On Fri, Jan 13, 2017 at 03:58:17PM +, Kaushal Modi wrote: > >Thanks for the quick reply. > >The tmux that I build myself works fine. But this version of tmux that

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Kaushal Modi
gt; > Not particularly useful unfortunately, do you have LD_LIBRARY_PATH or > whatever set? > > > > On Fri, Jan 13, 2017 at 04:13:30PM +, Kaushal Modi wrote: > >Here's what I get: > >> gdb tmux core.8841 > >GNU gdb (GDB) Red Hat Enterpr

New incremental search is awesome!

2017-02-09 Thread Kaushal Modi
Hello tmux devs, Thank you for the incremental search. I just rebuilt tmux master after a long time and gave this new feature a quick try. It is awesome! btw, now tmux -V says "tmux master".. may be add the git hash used to build that? Like "tmux master c75cced"? -- K

Re: imminent release

2017-04-19 Thread Kaushal Modi
end an email to tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop rece

Re: imminent release

2017-04-19 Thread Kaushal Modi
> - config file %if and %endif > - source-file glob (source "*.conf") > - OSC 52 clipboard from inside tmux > - mouse "all" mode > - named session groups (new -t) > - strikethrough, with a new enough terminfo > > > > On Wed, Apr 19, 2017 at 02:34:2

Re: imminent release

2017-04-19 Thread Kaushal Modi
if (load_cfg(g.gl_pathv[i], c, item, quiet) < 0) > retval = CMD_RETURN_ERROR; > } > if (cfg_finished) { > That fix works. Thanks. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" g

Re: creating default window config via .tmux.conf

2017-04-29 Thread Kaushal Modi
roups.com. > To post to this group, send an email to tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscri

Re: tmux xterm jump scroll issue

2017-05-15 Thread Kaushal Modi
tmux-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: tmux xterm jump scroll issue

2017-05-15 Thread Kaushal Modi
ch mouse > button. There is also an xterm command line option to turn jump scroll off > if I remember correctly. > OK, thanks for your reply. My hunt to fix that issue then continues. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "

Re: [PATCH] Support duplication of stdin to all panes of window.

2017-07-10 Thread Kaushal Modi
with > command. Hopefully it will be helpful for other people also :). > Hi Rytis, I don't understand C code. But based on your description above, isn't that what pane synchronization does? I use it all the time to send identical commands to all panes in the window via STDIN. -- Kaus

Re: tmux 2.6-rc

2017-08-31 Thread Kaushal Modi
thing is working fine. I have yet to try new features. > -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+unsubscr...@google

Re: Active syntax highlighting in shell

2017-10-06 Thread Kaushal Modi
through the log file. > I just use ack --passthru for that. That is one feature, I believe, ag (the silver searcher) or rg (ripgrep) don't have. Just pipe your command output to ack. Here's a search result: http://powdahound.com/2009/10/colorize-log-output-with-ack/ > -- Kaushal Modi

Re: Active syntax highlighting in shell

2017-10-06 Thread Kaushal Modi
lear, you need to pipe ( command | ack .. ), NOT redirect ( command > .. ). Highlighted results show up in real time for me as command churns out new output. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubs

Re: tmux 2.8

2018-10-17 Thread Kaushal Modi
Hello Nicholas and contributors: Thanks for all your hard work! Just wanted to say that tmux has been running smoothly for me for quite a while now, and I couldn't now imagine working without it. -- Kaushal Modi On Wed, Oct 17, 2018 at 2:36 PM Nicholas Marriott wrote: > > Hi all

Re: tmux 3.0-rc

2019-06-05 Thread Kaushal Modi
Thanks! I was going to report today that the C-s and C-r incremental forward/backward search bindings had stopped working in 3.0 rc1. Is that already reported and fixed? -- Kaushal Modi On Wed, Jun 5, 2019 at 10:15 AM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi

Re: tmux 3.0-rc

2019-06-06 Thread Kaushal Modi
Hello Nicholas, Thank you for the fix for C-r/C-s in https://github.com/tmux/tmux/commit/db5a7c1740b4400a1ea5cabaae5e99f942179d16. I confirm that the fix works! -- Kaushal Modi On Wed, Jun 5, 2019 at 12:47 PM Kaushal Modi wrote: > Thanks! > > I was going to report today that the C-

Re: tmux 3.1

2020-04-24 Thread Kaushal Modi
Awesome! Many thanks! I have been using the RC for a while without any issues. -- Kaushal Modi On Fri, Apr 24, 2020, 5:14 AM Nicholas Marriott wrote: > Hi all > > I have released tmux 3.1: > > https://github.com/tmux/tmux/releases/download/3.1/tmux-3.1.tar.g

Box char glitches between bottom 2 panes (was Re: tmux 3.2-rc)

2020-06-22 Thread Kaushal Modi
2 panes join look strange. See attached: [image: image.png] The box characters where all 4 panes intersect look fine though. tmux -V gives tmux next-3.2 -- Kaushal Modi On Mon, Jun 22, 2020 at 8:51 AM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi all > > I h

Re: Box char glitches between bottom 2 panes (was Re: tmux 3.2-rc)

2020-06-22 Thread Kaushal Modi
If this helps in the debug, if I do setw -g pane-border-lines "simple" I see this (attached). [image: image.png] -- Kaushal Modi On Mon, Jun 22, 2020 at 10:49 AM Kaushal Modi wrote: > Hello Nicholas, > > I just happened to build tmux from its master branch on

Re: Box char glitches between bottom 2 panes (was Re: tmux 3.2-rc)

2020-06-22 Thread Kaushal Modi
o "+"-like box chars to the left of pane number 0. [image: image.png] -- Kaushal Modi On Mon, Jun 22, 2020 at 2:05 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi > > I can't reproduce - if you start tmux from nothing in a 80x24 terminal > (for e

Re: Box char glitches between bottom 2 panes (was Re: tmux 3.2-rc)

2020-06-23 Thread Kaushal Modi
The patch works wonderfully! Thank you. -- Kaushal Modi On Tue, Jun 23, 2020 at 3:39 AM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Can you try attached please? Should fix this problem and also another > problem with pane borders that I noticed. > > > >

xclip processes run through tmux bindings never end

2020-07-28 Thread Kaushal Modi
ps working. Has there been a change in tmux 3+ that could affect this? I don't recall having to kill stray xclip processes in the last tmux 2.x version. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscri

Re: xclip processes run through tmux bindings never end

2020-07-28 Thread Kaushal Modi
Hello Nicholas, Thanks for your quick reply. Though, has something then been fixed in tmux that doesn't kill xclip any more? -- Kaushal Modi On Tue, Jul 28, 2020 at 1:06 PM Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > xclip always stays in the background because

How to bind to a mouse selection action?

2020-07-28 Thread Kaushal Modi
primary and clipboard) when releasing the left mouse button followed by a text selection. Can we distinguish between those 2 when setting tmux binds? Thanks. -- Kaushal Modi -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe

Thank you!

2023-06-16 Thread Kaushal Modi
Hello, Today, after more than a year, I got a chance to kill my tmux server running continuously for all this time, pull the latest commit from master and rebuild tmux. It was so awesome to see the updated tmux to Just Work, even after 900+ new commits since my last build. I love the new default