Age | Commit message (Collapse) | Author |
|
This is great if you want to pre-fill a field, say.
|
|
the canonical mode had so long ago.
|
|
you want to.
|
|
backspace key was pressed, backspace is to move the cursor back one
non-destructively, DEL is sent to indicate that a backspace was pressed.
I now treat BS as DEL when serving because some clients (windows), send the BS
instead of DEL key and everything else just seems to take it. I think there's
a way to negotiate that, which I'll look into later.
|
|
you the next line.
|
|
and both really need to be. Bu::Client is used in multi-threaded applications
and has been for a while, so it's a no brainer. It may need a little bit more
safety added around variable access, but all the buffers are safe now.
ProtocolTelnet has it's own issus, and I should probably rework a few parts of
it before too long so we can better accomidate things like line editing.
|
|
We can't be waiting for an update later on to flush our buffers all the time!
|
|
|
|
the server anyway. It needs a bunch more work to handle things like special
characters better, but overall it's really pretty good.
|
|
|
|
|
|
|
|
little explenation of the arrangement.
|