From: MINAMI H. <mi...@mi...> - 2005-01-11 13:42:29
|
On Mon, 2005-01-10 at 09:14 -0500, Ian Ward wrote: > On Tue, 2005-04-01 at 11:49 +0900, MINAMI Hirokazu wrote: > > I've prepared a patch for the xterm-like scheme (attached). > > i.e. make cursor's fg/bg color be taken from the character under cursor. > > I tried the patch on 2.9.1 and the cvs version, but I still can't see a > cursor in my small test case. I couldn't find a config file setting for > the cursor colour. Any Ideas? Hmm, I could see a cursor in "white" after the message "No cursor". Could you try to display some colored chars ex) tput cup 2 0;echo -e "\033[31mcolored_cursor";tput cup 0 0 and see what happened if you move a cursor into them? Though You can specify fg/bg color for cursor by adding corresponding entries (cursor_fg_color/cursor_bg_color) to your ~/.mlterm/main, my patch would do nothing in that case since the color you set, not the color of a character under cursor, would be always used. -- minami |