Ömer Sinan Ağacan
Ömer Sinan Ağacan
I edited my original post: pasting causes "quadratic" behavior, not "exponential"!
Copying my comment from #210: > Btw, I realized that my remark about quadratic behavior on paste in #208 is incorrect: we call `TUI::keypressed` for every char in the pasted...
#210 fixed the issues here, but I just added one more relevant item which is for efficiently removing from the end.
I briefly looked into how to implement this. As far as I can see the easiest way to do this is by printing a `\e` (bell) character. I think there...
`/help` command implemented in ec00007.
What is the use case you have in mind? Do you want to implement your own UI? Or something else?
@trevarj let me know if this is ready (as in it works and is complete) and has no unrelated changes, I can review this after #344. As discussed before on...
> I'm a big fan of tiny - thanks for developing it! Glad you liked it! I have no idea how terminal bell works. It's possible that with [the terminal...
Ah, OK. In that case I guess with #261 you could use something like `echo -ne '\007'` as the notification command and it would work.
I'm confused, what does joining a user mean?