Home
last modified time | relevance | path

Searched defs:get_max_yx (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/garyburd/redigo/redis/
H A Dreply.go1 // Copyright 2012 Gary Burd
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License"): you may
4 // not use this file except in compliance with the License. You may obtain
5 // a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dwindow.rs313 pub fn get_max_yx(&self) -> (i32, i32) { in get_max_yx() method