A cor do cursor URxvt muda ao abrir um arquivo .tex

0

Eu tenho uma situação estranha em que a cor do cursor do meu terminal URxvt vai mudar. Sempre que eu abro um arquivo .tex , o padrão será uma cor rosa claro para o restante da sessão. Ocorre apenas ao abrir um arquivo .tex , E somente quando o terminal está em um monitor externo (este é um laptop).

O arquivo de log .xsession diz o seguinte: urxvt: unable to parse color '%p1%s', using pink instead.

Aqui está o bit relevante do meu arquivo .Xresources . Além disso, estou usando o gerenciador de janelas do i3 no OpenSUSE.

URxvt.background: [85]#000000
URxvt.foreground: #cccccc

URxvt.font: xft:RobotoMono Nerd Font Mono:size=26:pixelsize=14:antialias=true:hinting=true
URxvt.intensityStyles: false

!! Extensions
URxvt.perl-ext-common: default,matcher,font-size,keyboard-select
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show

URxvt.borderLess: false
URxvt.depth: 32

URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.urlLauncher: google-chrome
URxvt.matcher.button: 1
URxvt.fading: 20

URxvt.scrollBar: false
URxvt.mouseWheelScrollPage: false

URxvt.visualBell: true
URxvt.urgentOnBell: true

URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.cursorColor: green
URxvt.cursorColor2: black

Alguma idéia do que poderia estar causando esse bug estranho? Nada mais é afetado, felizmente.

EDIT: Quando digo que o cursor permanece a cor alterada para a sessão, quero dizer a sessão de terminal. Reiniciar o terminal reverte para a cor especificada.

    
por kablondino 10.04.2018 / 14:01

0 respostas

Tags