caleb- / evilvte

VTE based, highly customizable terminal emulator
http://www.calno.com/evilvte
76 stars 21 forks source link

when launch evilvte often the prompt is invisible #6

Open radaiming opened 12 years ago

radaiming commented 12 years ago

Like the title saying,when I launch a new evilvte window,often the prompt is invisible,but it's actually there,after I press Enter it becomes visible.

I compile with default config.h,both in version 0.5.0 and 0.5.1 pre3 from github,the problem still there.And this is my showvte output:

Configuration of evilvte 0.5.0:

define BACKGROUND_IMAGE ".config/evilvte/background.png"

define COLOR_BACKGROUND "#272822"

define COLOR_FOREGROUND "#FFFFFF"

define COMMAND_EXEC_PROGRAM TRUE 

define COMMAND_SHOW_OPTIONS TRUE 

define COMMAND_SHOW_VERSION TRUE 

define CURSOR_BLINKS TRUE

define CURSOR_SHAPE UNDERLINE 

define DEFAULT_ENCODING "UTF-8"

define DEFAULT_TERMINAL_SIZE 80x24

define FONT "Monaco 10"

define FONT_ENABLE_BOLD_TEXT FALSE

define SCROLL_LINES -1000 

define SCROLLBAR RIGHT 

define SHOW_WINDOW_BORDER FALSE

define SHOW_WINDOW_DECORATED FALSE

define SHOW_WINDOW_ICON TRUE

define STATUS_BAR FALSE

define WINDOW_TITLE_DYNAMIC TRUE 

define WORDCHARS "-A-Za-z0-9$.+!*(),;:@&=?/~#%"

define MENU TRUE

define TAB FALSE

define TAB_BORDER 0

define TABBAR FALSE

define HOTKEY TRUE

define HOTKEY_TAB_ADD CTRL GDK_T

define HOTKEY_TAB_REMOVE CTRL GDK_W

define HOTKEY_TAB_PREVIOUS CTRL GDK_Page_Up

define HOTKEY_TAB_NEXT CTRL GDK_Page_Down

caleb- commented 12 years ago

I encountered this only when disk I/O is high. I think it is a libVTE problem and evilvte have not much can do.

caleb- commented 12 years ago

Author of lilyterm reported that the demo program "vte" included in libVTE also has this problem. We think it is a libVTE bug.

radaiming commented 12 years ago

Thanks for reply and your work