Opened 3 weeks ago

Closed 3 weeks ago

#19693 closed enhancement (fixed)

vte-0.76.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Douglas R. Reno, 3 weeks ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 3 weeks ago

build: Post release version bump 
app: Don't hide scrolled-window option 
app: Add built-in CSS to hide scrolled-window over-scroll indicators 
widget: Also set tag when returning no match 
terminal: fix UTF-8 bounds check 
   We do not want to dereference if we've reached the end of the chunk.
   This matches the bounds check above.
app: Don't use typeof 
app: Fix the build with clang++ 
   emplace_back() makes clang++ 15.0.7 error out here, for some reason.
   Changing to use push_back() works, so go with that.
emulation: Fix the reported bold/etc. color if unset 
   Bold color, if unset, now reports the foreground color. Unsupported
   underline/blink/reverse/italic colors also report the foreground color.

comment:3 by Douglas R. Reno, 3 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.