Mercurial > cgi-bin > hgweb.cgi > ClipMan
comparison src/name/blackcap/clipman/PasteboardQueue.kt @ 29:c4f53bc01732
Fix searching (and main display).
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 29 Jan 2020 14:36:16 -0800 |
parents | 8aa2dfac27eb |
children | 0e88c6bed11e |
comparison
equal
deleted
inserted
replaced
28:f1fcc1281dad | 29:c4f53bc01732 |
---|---|
32 } | 32 } |
33 sp = sp.parent | 33 sp = sp.parent |
34 } | 34 } |
35 } | 35 } |
36 | 36 |
37 data class Offset(var inQueue: Int, var inItem: Int) | 37 data class Offset(val inQueue: Int, val inItem: Int) |
38 enum class Direction { FORWARDS, BACKWARDS } | 38 enum class Direction { FORWARDS, BACKWARDS } |
39 | 39 |
40 /** | 40 /** |
41 * The maximum allowed size of this queue. Attempts to make the queue | 41 * The maximum allowed size of this queue. Attempts to make the queue |
42 * larger than this size, or specifying a size smaller than the current | 42 * larger than this size, or specifying a size smaller than the current |