Изменение межсимвольного интервала динамично в urxvt

единственное, чего я не понимаю, это "/ Ссылки": '

Ваши [119597]sed[119598] выражения [119599] фильтруют [119600] линии, соответствующие шаблону [119601] Ссылки:[119602] (с ведущим и ведущим пространством) и производят замену

Более того, использование [119603]-n[119604] подавляет автоматическую печать пространства шаблона и [119605]p[119606] печатает текущее пространство шаблона. Подводя итог, трубопровод [119607]-n[119608] будет печатать только строки, соответствующие [119609]-n[119606] на входе [119611]-n[119606] после [119612], выполняющего замену [119613]s/.*Связи: *//[119614].

Цитата из [119615] man sed[119616]:

2
20.05.2014, 18:21
1 ответ

Это letterSpace , которое можно запросить и установить через интерфейс Perl.

В документации перечислено несколько ресурсов, с которыми можно обращаться таким образом:

   $value = $term->resource ($name[, $newval])
       Returns the current resource value associated with a given name and
       optionally sets a new value. Setting values is most useful in the
       "init" hook. Unset resources are returned and accepted as "undef".

       The new value must be properly encoded to a suitable character
       encoding before passing it to this method. Similarly, the returned
       value may need to be converted from the used encoding to text.

       Resource names are as defined in src/rsinc.h. Colours can be
       specified as resource names of the form "color+", e.g.
       "color+5". (will likely change).

       Please note that resource strings will currently only be freed when
       the terminal is destroyed, so changing options frequently will eat
       memory.

       Here is a likely non-exhaustive list of resource names, not all of
       which are supported in every build, please see the source file
       /src/rsinc.h to see the actual list:

         answerbackstring backgroundPixmap backspace_key blurradius
         boldFont boldItalicFont borderLess buffered chdir color cursorBlink
         cursorUnderline cutchars delete_key depth display_name embed ext_bwidth
         fade font geometry hold iconName iconfile imFont imLocale inputMethod
         insecure int_bwidth intensityStyles iso14755 iso14755_52 italicFont
         jumpScroll letterSpace lineSpace loginShell mapAlert meta8 modifier
         mouseWheelScrollPage name override_redirect pastableTabs path perl_eval
         perl_ext_1 perl_ext_2 perl_lib pointerBlank pointerBlankDelay
         preeditType print_pipe pty_fd reverseVideo saveLines scrollBar
         scrollBar_align scrollBar_floating scrollBar_right scrollBar_thickness
         scrollTtyKeypress scrollTtyOutput scrollWithBuffer scrollstyle
         secondaryScreen secondaryScroll shade skipBuiltinGlyphs skipScroll
         term_name title transient_for transparent tripleclickwords urgentOnBell
         utmpInhibit visualBell

Дополнительная литература:

0
27.01.2020, 23:00

Теги

Похожие вопросы