mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Add openbsd and dragonfly support to shm
This commit is contained in:
@@ -9,4 +9,7 @@ import (
|
||||
var _ = fmt.Print
|
||||
|
||||
const SHM_DIR = "/dev/shm"
|
||||
const SHM_NAME_MAX = 1023
|
||||
|
||||
func modify_pattern(pattern string) string {
|
||||
return pattern
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user