You are not logged in.

#1 2008-08-27 12:14:10

atc
Member
From: Denmark
Registered: 2008-05-27
Posts: 17
Website

[SOLVED] Screen+wyrd

Hey.

I recently found a great app for my calendar, remind. I also found a curses based frontend for it, wyrd.

I want to run it in screen on my server, but my problem is that wyrd doesn't look the same when opened locally and when opened in screen. You can see the minor differences on the screenshot (local left, screen right). The differences actually limit themselves to the green underline in the top and the gray day splitters in the main window. It's the day splitters I miss the most and I think the problem is screen or terminal related - correct me if I'm wrong.

wyrdshot.png

Can someone please explain this to me and can I solve it?

Last edited by atc (2008-08-29 18:16:39)

Offline

#2 2008-08-27 19:41:51

totalwormage
Member
From: The Netherlands
Registered: 2008-08-02
Posts: 16
Website

Re: [SOLVED] Screen+wyrd

did you check both config files are the same?
also, you can easily check if it's screen related, by launching a local screen tongue

Offline

#3 2008-08-27 21:19:38

atc
Member
From: Denmark
Registered: 2008-05-27
Posts: 17
Website

Re: [SOLVED] Screen+wyrd

Right, why hadn't I thought of that. The problem is the same when running it in a local screen.
Which config files?

Offline

#4 2008-08-28 03:44:30

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [SOLVED] Screen+wyrd

Compare the local config files for screen, wyrd and remind with those on the server.

Offline

#5 2008-08-28 07:22:03

Zeist
Arch Linux f@h Team Member
Registered: 2008-07-04
Posts: 532

Re: [SOLVED] Screen+wyrd

The config file that should be interesting is ~/.screenrc or /etc/screenrc as it is something screen does that causes the problem.

tigrmesh wrote:

Compare the local config files for screen, wyrd and remind with those on the server.

Umm... if the problem is the same when running it in a local screen that won't really help.


I haven't lost my mind; I have a tape back-up somewhere.
Twitter

Offline

#6 2008-08-28 07:40:33

atc
Member
From: Denmark
Registered: 2008-05-27
Posts: 17
Website

Re: [SOLVED] Screen+wyrd

Locally I haven't done anything to .screenrc.
I ran another program, calcurse, and it gave me an interesting output as well. In the screenshot below a local screen is left and a terminal is right. As you can see it doesn't draw those thin lines. Is it a limitation in screen, or is wyrd's interface just poorly written since it can't handle that?
calcurseshot.png

Offline

#7 2008-08-29 08:20:22

totalwormage
Member
From: The Netherlands
Registered: 2008-08-02
Posts: 16
Website

Re: [SOLVED] Screen+wyrd

i talked to someone who suggested to use 'screen -U' for utf-8 support, let me know if it works :]

Last edited by totalwormage (2008-08-29 08:25:40)

Offline

#8 2008-08-29 08:46:34

atc
Member
From: Denmark
Registered: 2008-05-27
Posts: 17
Website

Re: [SOLVED] Screen+wyrd

totalwormage wrote:

i talked to someone who suggested to use 'screen -U' for utf-8 support, let me know if it works :]

It doesn't work, sorry..

Offline

#9 2008-08-29 09:47:03

sivad
Member
Registered: 2006-10-31
Posts: 27

Re: [SOLVED] Screen+wyrd

i also have this problem!

i want my vertical lines solid!

( wrt a different piece of software)

Last edited by sivad (2008-08-29 09:47:57)

Offline

#10 2008-08-29 09:55:09

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] Screen+wyrd

Compare the output of 'echo $TERM' in a normal terminal and in screen.


1000

Offline

#11 2008-08-29 13:45:11

atc
Member
From: Denmark
Registered: 2008-05-27
Posts: 17
Website

Re: [SOLVED] Screen+wyrd

byte wrote:

Compare the output of 'echo $TERM' in a normal terminal and in screen.

Yipee! Your clue did it for me. The output was "rxvt-256color" locally and "screen" in screen. Adding "term rxvt-256color" solved the problem.

This is great. I had all kinds of workarounds figured out, none giving me the right output. I then resorted to not running my calendar on my server and instead sync the .reminders file. Luckily I'm done with that hazzle now.

Thanks a lot guys.

Offline

#12 2008-08-29 17:20:46

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [SOLVED] Screen+wyrd

@atc
Please mark this thread as solved.  (edit your first post)  Thanks!

Offline

Board footer

Powered by FluxBB