-
avih
hi, with r151038, the tty seem to wrap to the next line if the last char is written, which does not happen with other terminals by default (the cursor stays at the last column), e.g. (assuming $COLUMNS): for x in $(seq $COLUMNS); do printf x; done; sleep 100
-
avih
can this be changed to behave more like other terminals?
-
avih
(i don't think it's specific to 151038, but this is what i tried)
-
avih
this behavior affects which which do "progress" over the same line, and don't expect that writing the last column will jump to the next line)
-
avih
affects tools* which...
-
avih
(smaller test case, assuming 80 cols: printf %80s xxx; sleep 100)
-
andyf
Is that directly on the console or remotely connected? The console still does not yet support the xenl feature, which is issue 14919 (fenix)
-
fenix
FEATURE 14919: tem: implement xenl (In Progress)
-
fenix
-
avih
directly on the console (hence "tty"). remotely conncted would be the remote terminal...
-
avih
interesting, so 14919 is only a month old, so prior to that it wasn't even on record...
-
avih
anyway, thanks
-
avih
is this inherited from solaris? or is it an illumos issue?
-
andyf
It's hard to tell at this point after 12 years of divergence. We certainly inherited the sun-color termcap to which that change adds the capability
-
avih
not sure i can parse this sentence, but sounds to me that it's likely inherited ;)
-
tsoome
14919 is still under review, it is not integrated.
-
tsoome
but, it would be great to have some testing feedback;)
-
avih
i wouldn't know how. i've never built/tested omnios system components (and this is the kernel, right?). i wouldn't mind running a live dvd which has it enabled, if someone is willing to generate one
-
avih
(i am a developer and built many things, including on omnios, just not omnios system components)
-
sjorge
andyf any rough idea when the xhci fix will land in bloody?
-
sjorge
I'm curios if that will fix some odd behavior I have on a ftdi based zigbee stick over xhci
-
rmustacc
sjorge: Does that use libusb or the kernel serial driver?
-
sjorge
opens /dev/cua/0
-
sjorge
i'm guessing that might be the kernel driver?
-
andyf
sjorge - usually it would be Friday but there's been enough activity in gate to justify another sync up there