Pavel Stehule
Pavel Stehule
I was wrong - ALT is processed by ncurses - mouse is initialized with BUTTON_ALT and I test this mask in bstate (taken by getmouse function). ncurses double click implementation...
ALT and mouse wheel, -- it is like cursor left, cursor right - but it doesn't work on new ncurses - what I know, ncurses supports ALT - BUTTON1 only...
ALT-BUTTON1 is working with pspg on Fedora30 in gnome terminal.
I tested xterm, gnome-terminal, rxvt and nothing is worked.
st 28. 6. 2023 v 8:42 odesílatel amanvm ***@***.***> napsal: > The reason to not do this with SQL query is more of a UI question. If a > user...
st 28. 6. 2023 v 9:11 odesílatel amanvm ***@***.***> napsal: > @kenshaw > > You could hypothetically be retrieving millions, or hundreds of millions > of records at a time....
čt 29. 6. 2023 v 6:24 odesílatel amanvm ***@***.***> napsal: > We can avoid query parsing if it is a special command like (pick a better > name perhaps): table_interactive...
čt 29. 6. 2023 v 6:41 odesílatel amanvm ***@***.***> napsal: > Maybe it is, idk. In my understanding and time with IPC mechanisms like > sockets to act as command...
Double ESC - this is different from MSDOS, but usual in Unix - Double ESC ~ ESC, ESC and some number is equivalent of FN
you can set `--esc-delay=NUM`. When you use 0, then behaviour of ESC will be similar to MSDOS, or maybe 500 - it is equivalent of 0.5 sec, so after small...