-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
-V
message goes insane in most terminals
#10
Comments
most. |
Wow, thanks for testing this. I had a hell of a day at work yesterday and had no time to look at anything. |
On a side note, for stuff like that, early versions of Trashman (those done in the old kru repo) used |
That copy dialog is supposed to stay on the same line! Hmm... so why isn't it? |
FOR FUTURE REFERENCE, GIST.Haskell problem. You are using a fancy #!/usr/bin/python3
print('Hello world #0', end='')
for i in range(1, 50):
print(len(str(i-1)) * '\b' + str(i), end='')
print()
###
print('Hello world #0', end='')
for i in range(50, 100):
print('\rHello world #' + str(i), end='')
print() Output is, in all the terminals mentioned in this thread + guake:
It is important that end='' is used for the print() commands. This is important, as without that (i.e. if a newlne is added below), the output is:
(note the extra newline at the end) BUT! I ran the code without end='' in urxvt. And: So, there are some newlines you need to kill in -V and -Cb. Problem solved. |
Thank you. |
No problem, I was just bored. |
I was poking at this yesterday. It's hard to void newline characters, since the images I'm animating are multiple lines long. |
Latest commit should have fixed this. By the way, how do you reference commits to issues? |
Will test in a minute. https://github.com/blog/831-issues-2-0-the-next-generation — Commits + Issues.
It should be right, and if it isn’t, I will provide a pull request in a while. BTW: if you have a spare moment, I have four strings to translate in PB. Just send them here, in the exact order.
|
Thanks! And here: 管理者としてPKGBUILDerを実行すると危険性あり! |
Yeah, they looked familiar. 途中切断 |
Okay, added in. Releasing when it’s done (and that will be when I will finish testing because of some nasty changes). Thanks!
Dep required: haskell-ansi-terminal (another AUR dep, and I’m wrapping the @ArChPm thing up right now, BTW) Now, it seems to work. But it still fails when using Konsole, yours truly’s terminal emulator of choice. http://bugs.kde.org would love to see a report. |
No problem! I've already added As for Konsole.... :( I tried it in sakura and xterm and it worked there so I figured it was problem solved. |
On Sat, Sep 29, 2012 at 1:14 PM, Colin Woodbury notifications@github.comwrote:
As I said, report a bug to the KDE team. That should be enough. Kwpolska http://kwpolska.tk |
Roger. |
I wonder which ones? My method for animating pacman is pretty reliant on manually moving the cursor around. If the terminal is ignoring that I don't really know what else to do.
The text was updated successfully, but these errors were encountered: