mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-23 08:09:57 +01:00
Bugfix: support OSC source target by name with ID
fix a confusion between targetting source by ID (number) and targetting a source name starting with a number.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#define OSC_ALL "/all"
|
||||
#define OSC_SELECTION "/selection"
|
||||
#define OSC_SOURCEID "(\\/)[[:digit:]]+$"
|
||||
#define OSC_BATCH "(\\/batch#)[[:digit:]]+$"
|
||||
#define OSC_CURRENT "/current"
|
||||
#define OSC_NEXT "/next"
|
||||
|
||||
Reference in New Issue
Block a user