mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Start work on a SHM implementation in Go
This commit is contained in:
6
tools/utils/shm/specific_darwin.go
Normal file
6
tools/utils/shm/specific_darwin.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
|
||||
|
||||
package shm
|
||||
|
||||
const SHM_NAME_MAX = 30
|
||||
const SHM_REQUIRED_PREFIX = ""
|
||||
Reference in New Issue
Block a user