-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugs - wrong keys & errors exiting shell #1
Comments
Thanks for the kind words. I haven't really decided on the desired
behavior, but closing the last shell currently does not quit smtx. My
reasoning was that shells which have exited should still be able to be
viewed ( to enable a user to see error messages), and it seemed logical to
apply that to the final shell.
To actually terminate, I believe you can use the key sequence 0x from
command mode. I was changing the bindings often, and havent looked at it
for a few months, so I dont remember with certainty.
…On Mon, Feb 15, 2021, 08:18 5c0tt-b0t ***@***.***> wrote:
This is beautifully simple!
I'm a tmux fan but it seems a little overkill for my Android tablet
running Termux, I tried dvtm (again, beautifully simple) but colors arent
displayed accurately and I'm lost with C, just tried tabs (a new one
written in rust) VERY promising, no splits - just windows, but one
problem that I cant live with is its one bug, after entering tabs,
leaving and running tabs again, you lose all shell history, it doesnt
come back without fully exiting the shell and re-entering.
smtx is similar, it works beautifully but unfortunately has some bugs:
- left, right, delete (and many others apart from the normal character
keys) arent correct.
- exiting the shell doesnt work, it freezes.
Apart from that its awesome, well done! I hope one day I can kick tmux
for my smaller devices.
*Thank you*, its appreciated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKGZZELL6BQ5G75OTVUC3S7E3MHANCNFSM4XU3N7AA>
.
|
Can you give some details on the issue you're describing with the arrow
keys? The arrow keys work fine for me on macos, and I'm unsure how to
input an arrow key on termux. The keyboards I've installed on my Android
device do not have arrow keys. I suspect this is an issue with the
terminfo file, but cannot replicate the problem.
On Tue, Feb 16, 2021 at 1:28 AM William Pursell <william.r.pursell@gmail.com>
wrote:
… Thanks for the kind words. I haven't really decided on the desired
behavior, but closing the last shell currently does not quit smtx. My
reasoning was that shells which have exited should still be able to be
viewed ( to enable a user to see error messages), and it seemed logical to
apply that to the final shell.
To actually terminate, I believe you can use the key sequence 0x from
command mode. I was changing the bindings often, and havent looked at it
for a few months, so I dont remember with certainty.
On Mon, Feb 15, 2021, 08:18 5c0tt-b0t ***@***.***> wrote:
> This is beautifully simple!
> I'm a tmux fan but it seems a little overkill for my Android tablet
> running Termux, I tried dvtm (again, beautifully simple) but colors
> arent displayed accurately and I'm lost with C, just tried tabs (a new
> one written in rust) VERY promising, no splits - just windows, but one
> problem that I cant live with is its one bug, after entering tabs,
> leaving and running tabs again, you lose all shell history, it doesnt
> come back without fully exiting the shell and re-entering.
> smtx is similar, it works beautifully but unfortunately has some bugs:
>
> - left, right, delete (and many others apart from the normal
> character keys) arent correct.
> - exiting the shell doesnt work, it freezes.
>
> Apart from that its awesome, well done! I hope one day I can kick tmux
> for my smaller devices.
> *Thank you*, its appreciated.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAAKGZZELL6BQ5G75OTVUC3S7E3MHANCNFSM4XU3N7AA>
> .
>
|
Of course I can! extra-keys = [ \
['ESC','|','/','HOME','UP','END','PGUP','DEL'], \
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP'] \
] Copy-paste those into |
This is beautifully simple!
I'm a
tmux
fan but it seems a little overkill for my Android tablet running Termux, I trieddvtm
(again, beautifully simple) but colors arent displayed accurately and I'm lost withC
, just triedtabs
(a new one written inrust
) VERY promising, no splits - just windows, but one problem that I cant live with is its one bug, after enteringtabs
, leaving and runningtabs
again, you lose all shell history, it doesnt come back without fully exiting the shell and re-entering.smtx
is similar, it works beautifully but unfortunately has some bugs:Apart from that its awesome, well done! I hope one day I can kick
tmux
for my smaller devices.Thank you, its appreciated.
The text was updated successfully, but these errors were encountered: