Skip to content

Instantly share code, notes, and snippets.

@sfsam
sfsam / nvmm-box-drawing-test.txt
Last active August 25, 2026 04:59
Nvmm Box Drawing Test
Nvmm cell-graphics and box-drawing test
Open this file in Nvmm and repeat the checks at several font sizes and display
scales. In particular, compare:
:set linespace=0
:set linespace=8
:set linespace=16
Look for gaps or dark seams at cell boundaries, inconsistent stroke thickness,
@sfsam
sfsam / MOWTextField.h
Created March 21, 2013 20:02
MOWTextField is an NSTextField subclass which lets you specify an alternate short string. The short string will be used if the frame is too short for the normal string value.
//
// MOWTextField.h
//
//
// Created by Sanjay Madan on 03/21/13.
// Copyright (c) 2013 mowglii.com. All rights reserved.
//
#import <Cocoa/Cocoa.h>